Module polars_plan::logical_plan
source · [−]Structs
Aggregate all the columns used in csv scans and make sure that all columns are scanned in one go.
Due to self joins there can be multiple Scans of the same file in a LP. We already cache the scans
in the PhysicalPlan, but we need to make sure that the first scan has all the columns needed.
The literal Null
State of the allowed optimizations
Optimizer that uses a stack and memory arenas in favor of recursion
Enums
ALogicalPlan is a representation of LogicalPlan with Nodes which are allocated in an Arena
Constants
Traits
Functions
Find the union between the columns per unique IO operation.
A unique IO operation is the file + the predicates pushed down to that file
Create a Literal Expression from
L
converts a node from the AExpr arena to Expr
converts a node from the ALogicalPlan arena to a LogicalPlan
converts expression to AExpr and adds it to the arena, which uses an arena (Vec) for allocation
converts LogicalPlan to ALogicalPlan
it adds expressions & lps to the respective arenas as it traverses the plan
finally it returns the top node of the logical plan
Type Definitions
AllowedOptimizations