Module datafusion_expr::planner

source ·
Expand description

ContextProvider and ExprPlanner APIs to customize SQL query planning

Structs§

Enums§

Traits§

  • Provides the SQL query 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