Skip to main content

Module half_join_state

Module half_join_state 

Source
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§

HalfMultisetJoinState
HalfJoinState with multiset semantics.
HalfSetJoinState
HalfJoinState with set semantics.

Traits§

HalfJoinState
State semantics for each half of a join.