Skip to main content

write_record_batch

Function write_record_batch 

Source
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.