Type Alias differential_dataflow::trace::implementations::rhh::ColBatcher

source ·
pub type ColBatcher<K, V, T, R> = MergeBatcher<Vec<((K, V), T, R)>, ColumnationChunker<((K, V), T, R)>, ColumnationMerger<((K, V), T, R)>>;
Expand description

A batcher for columnar storage.

Aliased Type§

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