Type Alias Col2KeyBatcher

Source
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 */ }