pub fn write_record_batch(
writer: &mut dyn Write,
batch: &RecordBatch,
compression: StreamingCompression,
) -> Result<()>Expand description
Write a single record batch to writer using the given compression.
This is a low-level function; prefer ArrowStreamWriter for full streams.