Module datafusion::logical_expr::logical_plan

source ·

Modules§

Structs§

Enums§

Constants§

Traits§

Functions§

  • Creates a schema for a join operation. The fields from the left side are first
  • Print the schema in a compact representation to buf
  • Computes the schema of the result produced by applying a projection to the input logical plan.
  • Create a LogicalPlanBuilder representing a scan of a table with the provided name and schema. This is mostly used for testing and documentation.
  • Union two logical plans.
  • Wrap projection for a plan, if the join keys contains normal expression.