Structs§
- BTree
Index - A btree index satisfies scalar queries using a b tree
- BTree
Lookup - An in-memory structure that can quickly satisfy scalar queries using a btree of ScalarValue
- Orderable
Scalar Value - Wraps a ScalarValue and implements Ord (ScalarValue only implements PartialOrd)
Constants§
Traits§
- BTree
SubIndex - A trait that must be implemented by anything that wishes to act as a btree subindex
- Training
Source
Functions§
- train_
btree_ index - Train a btree index from a stream of sorted page-size batches of values and row ids