Structsยง
- Hash
Value ๐Wrapper The wrapper forJoinEntryState
which should beSome
most of the time in the hash table. - Inequality
KeyDesc ๐Inequality key description forAsOf
join. - We manages a
HashMap
in memory for all entries belonging to a join key. When evicted,cached
does not hold any entries.
Enumsยง
- Cache
Result ๐
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 thedegree_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ยง
- Inequal
KeyType ๐ - Join
Hash ๐MapInner - PkType ๐Memcomparable encoding.