Expand description
re-export of datafusion_sql
crate
Modules§
SqlToRel
: SQL Query Planner (producesLogicalPlan
from SQL AST)- SQL Parser for Rust
Unparser
for convertingExpr
to SQL text- SQL Utility Functions
Structs§
- A fully resolved path to a table of the form “catalog.schema.table”
Enums§
- A multi part identifier (path) to a table that may require further resolution (e.g.
foo.bar
).