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::physical_plan::planner - Rust
[go: Go Back, main page]

Expand description

Physical query planner

Structs

Default single node physical query planner that converts a LogicalPlan to an ExecutionPlan suitable for execution.

Traits

This trait exposes the ability to plan an ExecutionPlan out of a LogicalPlan.

Physical query planner that converts a LogicalPlan to an ExecutionPlan suitable for execution.

Functions

Create an aggregate expression from a logical expression or an alias

Create an aggregate expression with a name from a logical expression

Create a physical sort expression from a logical expression

Create a window expression from a logical expression or an alias

Create a window expression with a name from a logical expression