Module datafusion::sql
source · Expand description
re-export of datafusion_sql
crate
Modules
SqlToRel
: SQL Query Planner (producesLogicalPlan
from SQL AST)- SQL Parser for Rust
- SQL Utility Functions
Structs
- A resolved path to a table of the form “catalog.schema.table”
Enums
TableReference
s represent a multi part identifier (path) to a table that may require further resolution.
Functions
- Parses
str
into aDataType
.