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 InternalMerge implementation needed by the merge batcher.

Structs§

ColumnationChunker
Chunk a stream of vectors into chains of columnation stacks.
ColumnationStack
An append-only vector that stores records as columns.

Type Aliases§

ColInternalMerger
A Merger using internal iteration for ColumnationStack containers.