Expand description
Types for consolidating, merging, and extracting columnar update collections.
Structsยง
- Chunker
- A chunker to transform input data into sorted columns.
- Column
Chunker - A chunker that consolidates
Column<(D, T, R)>updates into sortedColumnchunks, without round-tripping through columnation. - Column
Merger - Counterpart to
ColInternalMerger(which mergesColumnationStackchunks). Drives the merge batcher withColumn-shaped chunks, no columnation detour, by way of the inherentmerge_from/extractmethods onColumn<(D, T, R)>below.