Expand description
ContextProvider
and ExprPlanner
APIs to customize SQL query planning
Structs§
- RawBinary
Expr - An operator with two arguments to plan
- RawDictionary
Expr - A Dictionary literal expression
{ key: value, ...}
- RawField
Access Expr - An expression with GetFieldAccess to plan
Enums§
- Planner
Result - Result of planning a raw expr with
ExprPlanner
Traits§
- Context
Provider - Provides the
SQL
query planner meta-data about tables and functions referenced in SQL statements, without a direct dependency on other DataFusion structures - Expr
Planner - This trait allows users to customize the behavior of the SQL planner
- Type
Planner - This trait allows users to customize the behavior of the data type planning