Expand description
Positional, column-oriented batches for public result transfer.
Structsยง
- Column
Vector - A column vector preserves its position in the declared output schema.
- Columnar
Batch - 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.