Expand description
A wrapper around hashbrown::RawTable that allows entries to be tracked by index
Macros§
Structs§
- Hash
Table Item - An entry in our hash table that:
- Primitive
Hash 🔒Table - String
Hash Table - TopK
Hash 🔒Table - A custom wrapper around
hashbrown::RawTablethat:
Traits§
- Arrow
Hash Table - An interface to hide the generic type signature of TopKHashTable behind arrow arrays
- KeyType
- A “type alias” for Keys which are stored in our map