Module datafusion_python::datafusion_expr::planner
source · Expand description
ContextProvider and ExprPlanner APIs to customize SQL query planning
Structs§
- An operator with two arguments to plan
- A Dictionary literal expression
{ key: value, ...} - An expression with GetFieldAccess to plan
Enums§
- Result of planning a raw expr with
ExprPlanner
Traits§
- Provides the
SQLquery planner meta-data about tables and functions referenced in SQL statements, without a direct dependency on other DataFusion structures - This trait allows users to customize the behavior of the SQL planner