Module datafusion_python::datafusion_sql
source · Expand description
re-export of datafusion_sql crate
Modules§
SqlToRel: SQL Query Planner (producesLogicalPlanfrom SQL AST)- SQL Parser for Rust
Unparserfor convertingExprto 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).