Re-exports§
pub use self::merge::VoidMerge;
Modules§
Structs§
- Block
Addr - Block
Reader - Delta
Reader - Delta
Writer - Dictionary
- An SSTable is a sorted map that associates sorted
&[u8]
keys to any kind of typed values. - Monotonic
U64SS Table - SSTable associated keys to u64 sorted in order.
- RangeSS
Table - SSTable associating keys to ranges. The range are required to partition the space.
- Reader
- SSTable reader.
- SSTable
Data Corruption - SSTable
Index Builder - SSTable
Index V3 - Streamer
Streamer
acts as a cursor over a range of terms of a segment. Terms are guaranteed to be sorted.- Streamer
Builder StreamerBuilder
is a helper object used to define a range of terms that should be streamed.- VoidSS
Table - Writer
Enums§
Traits§
- SSTable
- SSTable makes it possible to read and write sstables with typed values.