Skip to main content

Module columnar_batch

Module columnar_batch 

Source
Expand description

Positional, column-oriented batches for public result transfer.

Structsยง

ColumnVector
A column vector preserves its position in the declared output schema.
ColumnarBatch
Column-oriented transfer batch. Physical operators may remain row-oriented internally; API consumers can process one bounded batch without retaining the complete result set or rebuilding columns themselves.