Skip to content

Commit 8701bc4

Browse files
committed
Add docs for AnalyzeFormatKind options
1 parent 4a17153 commit 8701bc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ast/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7645,7 +7645,9 @@ impl fmt::Display for DuplicateTreatment {
76457645
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
76467646
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
76477647
pub enum AnalyzeFormatKind {
7648+
/// e.g. `EXPLAIN ANALYZE FORMAT JSON SELECT * FROM tbl`
76487649
Keyword(AnalyzeFormat),
7650+
/// e.g. `EXPLAIN ANALYZE FORMAT=JSON SELECT * FROM tbl`
76497651
Assignment(AnalyzeFormat),
76507652
}
76517653

0 commit comments

Comments
 (0)