Module hash_table

Module hash_table 

Source
Expand description

A wrapper around hashbrown::RawTable that allows entries to be tracked by index

Macros§

has_integer 🔒
hash_float 🔒

Structs§

HashTableItem
An entry in our hash table that:
PrimitiveHashTable 🔒
StringHashTable
TopKHashTable 🔒
A custom wrapper around hashbrown::RawTable that:

Traits§

ArrowHashTable
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

Functions§

new_hash_table