Expand description
Structures for building the join operators.
The actual operators are Stream::join
, Stream::left_join
, Stream::outer_join
and
Stream::join_with
.
Structs§
- Intermediate stream type for building the join between two streams.
- This is an intermediate type for building a join operator.
- This is an intermediate type for building a join operator.
- This is an intermediate type for building a join operator.
- This is an intermediate type for building a join operator.
- Marker type for remembering that broadcast_right is the selected ship strategy.
- Marker type for remembering that hash is the selected ship strategy.
Traits§
- Marker trait for the ship strategy marker types.
Type Aliases§
- Type alias for a pair of joined items in an inner join.
- Type alias for a pair of joined items in a left join.
- Type alias for a pair of joined items in an outer join.