Skip to main content

Module columnation

Module columnation 

Source
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 ColInternalMerger Merger implementation needed by the merge batcher.

Structsยง

ColInternalMerger
A Merger using internal iteration over ColumnationStack chunks.
ColumnationChunker
Chunk a stream of vectors into chains of columnation stacks.
ColumnationStack
An append-only vector that stores records as columns.