pub type Col2KeyBatcher<K, T, R> = Col2ValBatcher<K, (), T, R>;
Expand description
A batcher for columnar storage with unit values.
Aliased Typeยง
pub struct Col2KeyBatcher<K, T, R> { /* private fields */ }
pub type Col2KeyBatcher<K, T, R> = Col2ValBatcher<K, (), T, R>;
A batcher for columnar storage with unit values.
pub struct Col2KeyBatcher<K, T, R> { /* private fields */ }