Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion_sql::planner - Rust
[go: Go Back, main page]

Module datafusion_sql::planner

source ·
Expand description

SQL Query Planner (produces logical plan from SQL AST)

Structs

  • SQL parser options
  • Struct to store Common Table Expression (CTE) provided with WITH clause and Parameter Data Types provided with PREPARE statement
  • SQL query planner

Traits

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

Functions