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. Fields are crate-public to allow downstream implementations to experiment with custom joins.
- Maps a
u64
hash value based on the build side [“on” values] to a list of indices with this key’s value.
Enums§
- Represents the result of a stateful operation.
Traits§
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
Type Aliases§
- The on clause of the join, as vector of (left, right) columns.
- Reference for JoinOn.