Skip to content

Commit 9a93ec1

Browse files
alambwaynexia
andauthored
Update datafusion/sql/src/parser.rs
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
1 parent c965e8e commit 9a93ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sql/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub struct ExplainStatement {
6161
/// `EXPLAIN .. FORMAT `
6262
pub format: Option<String>,
6363
/// The statement to analyze. Note this is a DataFusion [`Statement`] (not a
64-
/// [`sqlparser::ast::Statement`] so that we can `EXPLAIN` `COPY` and other
64+
/// [`sqlparser::ast::Statement`] so that we can use `EXPLAIN`, `COPY`, and other
6565
/// DataFusion specific statements
6666
pub statement: Box<Statement>,
6767
}

0 commit comments

Comments
 (0)