Skip to main content

ValBatcher

Type Alias ValBatcher 

Source
pub type ValBatcher<K, V, T, R> = MergeBatcher<(K, V, T, R)>;
Expand description

A batcher for columnar storage.

Aliased Typeยง

pub struct ValBatcher<K, V, T, R> { /* private fields */ }