Module polars_lazy::physical_plan[][src]

Modules

executors
expressions
planner

Structs

PhysicalIOHelper

Enums

ExprVal

Traits

AggPhysicalExpr
Executor

Executors will evaluate physical expressions and collect them in a DataFrame.

PhysicalExpr

Take a DataFrame and evaluate the expressions. Implement this for Column, lt, eq, etc

PhysicalPlanner