Skip to main content

Module bridge

Module bridge 

Source
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§

RowBatchBridge
Accumulates EventRows into Arrow RecordBatch for Ring 0 → Ring 1 handoff.

Enums§

BridgeError
Errors from the RowBatchBridge.