[][src]Module datafusion::logicalplan

Logical query plan

Enums

Expr

Relation Expression

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
ScalarValue

ScalarValue enumeration

Functions

can_coerce_from
get_supertype