Skip to main content

Module physical

Module physical 

Source
Expand description

Physical plan compilation and execution.

Structs§

Executor
Physical plan executor. Executes PhysicalPlan trees and returns the resulting RecordBatch output.

Enums§

PhysicalPlan
Physical plan compiler and plan node types. Physical execution plan produced from a LogicalPlan.
ScanSource
Physical plan compiler and plan node types. Source for a physical scan operator.

Functions§

compile
Physical plan compiler and plan node types. Compile a LogicalPlan into a PhysicalPlan.