Structsยง
- Hash
Value ๐Wrapper - The wrapper for
JoinEntryState
which should beSome
most of the time in the hash table. - Inequality
KeyDesc ๐ - Inequality key description for
AsOf
join. - Join
Entry State - We manages a
HashMap
in memory for all entries belonging to a join key. When evicted,cached
does not hold any entries. - Join
Hash Map - Join
Hash MapMetrics - Join
Hash MapPost Commit - Table
Inner
Enumsยง
Functionsยง
- fetch_
degrees ๐ - We use this to fetch ALL degrees into memory.
We use this instead of a streaming interface.
It is necessary because we must update the
degree_state_table
concurrently. If we obtain the degrees in a stream, we will need to hold an immutable reference to the state table for the entire lifetime, preventing us from concurrently updating the state table. - into_
stream ๐ - update_
degree ๐
Type Aliasesยง
- Hash
Value Type - Inequal
KeyType ๐ - Join
Hash ๐MapInner - PkType ๐
- Memcomparable encoding.
- State
Value Type