Enum datafusion::sql::parser::Statement [−][src]
pub enum Statement { Statement(SQLStatement), CreateExternalTable(CreateExternalTable), }
DataFusion Statement representations.
Tokens parsed by DFParser
are converted into these values.
Variants
Statement(SQLStatement)
ANSI SQL AST node
CreateExternalTable(CreateExternalTable)
Extension: CREATE EXTERNAL TABLE
Trait Implementations
impl StructuralPartialEq for Statement
[src]
impl StructuralPartialEq for Statement
[src]Auto Trait Implementations
impl RefUnwindSafe for Statement
impl RefUnwindSafe for Statement
impl UnwindSafe for Statement
impl UnwindSafe for Statement