Module datafusion::physical_plan::joins::utils
source · Expand description
Join related functionality used both on logical and physical plans
Structs
- Information about the index and placement (left or right) of the columns
- Filter applied before join output
Functions
- Adjust the right out partitioning to new Column Index
- Creates a schema for a join operation. The fields from the left side are first
- Calculate the output ordering of a given join operation.
- Checks whether the schemas “left” and “right” and columns “on” represent a valid join. They are valid whenever their columns’ intersection equals the set
on
- Calculate the OutputPartitioning for Partitioned Join
- Prepares and sorts expressions based on a given filter, left and right execution plans, and sort expressions.
Type Aliases
- The on clause of the join, as vector of (left, right) columns.
- Reference for JoinOn.