Expand description
This crate provides:
-
A SQL parser,
DFParser, that translates SQL query text into an abstract syntax tree (AST),Statement. -
A SQL query planner
SqlToRelthat createsLogicalPlans fromStatements. -
A SQL
unparserthat convertsExprs andLogicalPlans into SQL query text.
Re-exports§
pub use sqlparser;