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§
- Bridge
Metrics - Lightweight batching metrics for
CollectArrowBridge. - Collect
Arrow Bridge - Auto-flushing bridge from row-level data collection to Arrow batches.
Enums§
- Bridge
Error - Errors that can occur when configuring or flushing a
CollectArrowBridge.