pub type Chunker<U> = TrieChunker<U>;Expand description
The input chunker: melds RecordedUpdates<U> streams into ColChunk<U> batches.
Aliased Typeยง
pub struct Chunker<U> { /* private fields */ }pub type Chunker<U> = TrieChunker<U>;The input chunker: melds RecordedUpdates<U> streams into ColChunk<U> batches.
pub struct Chunker<U> { /* private fields */ }