//! Arrow IPC serialization helpers for sink `protocol: arrow`.
//!
//! - `schema` — Schema inference from `DataRecord` fields
//! - `batch` — `DataRecord` → `RecordBatch` conversion with typed column builders
pub use ;
pub use ;
use ToStructError;
use SinkReason;
// ---------------------------------------------------------------------------
// Shared error helper
// ---------------------------------------------------------------------------
pub