Expand description
batch sinks, IPC, Flight, offset correlation
The batch_sink module implements the Arrow write substrate (BatchSink,
CommitInfo) a concrete sink implements. IPC/Flight batching policy and
offset correlation beyond this seam remain design intent pending their phase.
Re-exports§
pub use batch_sink::BatchSink;pub use batch_sink::CommitInfo;
Modules§
- batch_
sink - The Arrow write substrate:
BatchSinkandCommitInfo.