Module tantivy_sstable::value
source · Structs§
- See module comment.
- Range writer. The range are required to partition the space.
Traits§
ValueReader
is a trait describing the contract of something reading blocks of value, and offering random access within this values.ValueWriter
is a trait to make it possible to write blocks of value.