Structs§
- JoinKey
- Join key pair describing which columns to equate.
- Join
Options - Options controlling join execution.
Enums§
- Join
Algorithm - Algorithm to use for join execution.
- Join
Type - Type of join to perform.
Traits§
- Table
Join Ext - Extension trait adding join operations to
Table.
Functions§
- hash_
join_ stream - Entry point for hash join algorithm.
- validate_
join_ keys - Validate join keys before execution.
- validate_
join_ options - Validate join options before execution.