Expand description
Columnation-based containers vendored from differential-dataflow.
This module provides ColumnationStack, a columnar container that stores data using the
columnation library, along with ColumnationChunker for organizing streams into sorted
chunks, and the InternalMerge implementation needed by the merge batcher.
Structs§
- Columnation
Chunker - Chunk a stream of vectors into chains of columnation stacks.
- Columnation
Stack - An append-only vector that stores records as columns.
Type Aliases§
- ColInternal
Merger - A
Mergerusing internal iteration forColumnationStackcontainers.