Module datafusion_sql::planner

source ·
Expand description

SQL Query Planner (produces logical plan from SQL AST)

Structs

SQL parser options
SQL query planner

Traits

The ContextProvider trait allows the query planner to obtain meta-data about tables and functions referenced in SQL statements

Functions

Construct a WHERE qualifier suitable for e.g. information_schema filtering from the provided object identifiers (catalog, schema and table names).