We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 398cf18 + 9a93ec1 commit 114bf4bCopy full SHA for 114bf4b
datafusion/sql/src/parser.rs
@@ -61,7 +61,7 @@ pub struct ExplainStatement {
61
/// `EXPLAIN .. FORMAT `
62
pub format: Option<String>,
63
/// The statement to analyze. Note this is a DataFusion [`Statement`] (not a
64
- /// [`sqlparser::ast::Statement`] so that we can `EXPLAIN` `COPY` and other
+ /// [`sqlparser::ast::Statement`] so that we can use `EXPLAIN`, `COPY`, and other
65
/// DataFusion specific statements
66
pub statement: Box<Statement>,
67
}
0 commit comments