Struct datafusion::sql::parser::DFParser [−][src]
pub struct DFParser<'a> { /* fields omitted */ }
Expand description
SQL Parser
Implementations
Parse the specified tokens
Parse the specified tokens with dialect
Parse a SQL statement and produce a set of statements with dialect
pub fn parse_sql_with_dialect(
sql: &str,
dialect: &dyn Dialect
) -> Result<Vec<Statement>, ParserError>
pub fn parse_sql_with_dialect(
sql: &str,
dialect: &dyn Dialect
) -> Result<Vec<Statement>, ParserError>
Parse a SQL statement and produce a set of statements
Parse a new expression
Parse a SQL CREATE statement