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