Expand description
Bridge between row-oriented Ring 0 events and columnar Arrow RecordBatch.
RowBatchBridge accumulates EventRows and flushes them as Arrow
RecordBatch for operators that need columnar data (windows, joins,
aggregations, or Ring 1 sinks).
Structs§
- RowBatch
Bridge - Accumulates
EventRows into ArrowRecordBatchfor Ring 0 → Ring 1 handoff.
Enums§
- Bridge
Error - Errors from the
RowBatchBridge.