Module izihawa_tantivy_columnar::column_values

source ·
Expand description

§fastfield_codecs

  • Columnar storage of data for tantivy crate::Column.
  • Encode data in different codecs.
  • Monotonically map values to u64/u128

Structs§

Enums§

Constants§

Traits§

  • ColumnValues provides access to a dense field column.
  • Monotonic maps a value to u64 value space. Monotonic mapping enables PartialOrd on u64 space without conversion to original space.
  • Montonic maps a value to u128 value space Monotonic mapping enables PartialOrd on u128 space without conversion to original space.
  • Values need to be strictly monotonic mapped to a Internal value (u64 or u128) that can be used in fast field codecs.

Functions§