pub fn write_ipc_stream(
batch: &RecordBatch,
writer: &mut dyn Write,
) -> Result<(), ArrowError>Expand description
Write batch as a single-batch Arrow IPC stream to writer.
pub fn write_ipc_stream(
batch: &RecordBatch,
writer: &mut dyn Write,
) -> Result<(), ArrowError>Write batch as a single-batch Arrow IPC stream to writer.