pub struct DFParser<'a> { /* private fields */ }
Expand description

DataFusion SQL Parser based on sqlparser

This parser handles DataFusion specific statements, delegating to Parser for other SQL statements.

Implementations§

Create a new parser for the specified tokens using the GenericDialect.

Create a new parser for the specified tokens with the specified dialect.

Parse a sql string into one or Statements using the GenericDialect.

Parse a SQL string and produce one or more Statements with with the specified dialect.

Parse a new expression

Parse a SQL DESCRIBE statement

Parse a SQL CREATE statementm handling CREATE EXTERNAL TABLE

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.