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
Enums
- Used in ColumnIndex to distinguish which side the index is for
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
- 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
- Combine the Equivalence Properties for Join Node
- Calculate the Equivalence Properties for CrossJoin Node
- Calculate the OutputPartitioning for Partitioned Join
Type Definitions
- The on clause of the join, as vector of (left, right) columns.
- Reference for JoinOn.