lance_index::scalar

Module btree

Source

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§

Functions§

  • Train a btree index from a stream of sorted page-size batches of values and row ids