Available on crate feature
std only.Expand description
State management for symmetric hash joins.
This module provides the HalfJoinState trait and implementations for
managing the state of each half of a symmetric hash join operation.
Structs§
- Half
Multiset Join State HalfJoinStatewith multiset semantics.- Half
SetJoin State HalfJoinStatewith set semantics.
Traits§
- Half
Join State - State semantics for each half of a join.