Perform a join between a set of bindings and all set of bindings in the table associated with the key. Returns an empty list if there is no join results.
Key used to fetch set of set of bindings
Bindings to join with
Join results, or an empty list if there is none.
Register a pair (value, bindings).
Key used to save the bindings
Bindings to save
Generated using TypeDoc
A HashJoinTable is used by a Hash-based join to save set of bindings corresponding to a joinKey. All bindings corresponding to the save value of the joinKey are aggregated in a list.