Skip to main content

Module bridge

Module bridge 

Source
Expand description

Bridge between data collection and Arrow batch building.

CollectArrowBridge wraps an ArrowBatchBuilder and auto-flushes completed batches when the configured batch_size is reached. This decouples the per-row collection loop from batch management.

Structs§

BridgeMetrics
Lightweight batching metrics for CollectArrowBridge.
CollectArrowBridge
Auto-flushing bridge from row-level data collection to Arrow batches.

Enums§

BridgeError
Errors that can occur when configuring or flushing a CollectArrowBridge.