Module datafusion_sql

Source
Expand description

re-export of datafusion_sql crate

Modules§

parser
DFParser: DataFusion SQL Parser based on sqlparser
planner
SqlToRel: SQL Query Planner (produces LogicalPlan from SQL AST)
resolve
sqlparser
SQL Parser for Rust
unparser
Unparser for converting Expr to SQL text
utils
SQL Utility Functions

Structs§

ResolvedTableReference
A fully resolved path to a table of the form “catalog.schema.table”

Enums§

TableReference
A multi part identifier (path) to a table that may require further resolution (e.g. foo.bar).