Module datafusion::logical[][src]

Logical plan

Structs

FunctionMeta

Enums

Expr

Relation Expression

FunctionType
LogicalPlan

The LogicalPlan represents different types of relations (such as Projection, Selection, etc) and can be created by the SQL query planner and the DataFrame API.

Operator