Expand description
Container for columnar data.
Modules§
- batcher
- Types for consolidating, merging, and extracting columnar update collections.
- builder
- A container builder for columns.
Enums§
- Column
- A container based on a columnar store, encoded in aligned bytes.
Functions§
- columnar_
exchange - An exchange function for columnar tuples of the form
((K, V), T, D)
. Rust has a hard time to figure out the lifetimes of the elements when specified as a closure, so we rather specify it as a function.
Type Aliases§
- Col2
KeyBatcher - A batcher for columnar storage with unit values.
- Col2
ValBatcher - A batcher for columnar storage.