encode_record_batch_with_options

Function encode_record_batch_with_options 

Source
pub fn encode_record_batch_with_options<W: Write>(
    batch: &RecordBatch,
    out: &mut W,
    opts: &EncoderOptions,
) -> Result<(), ArrowError>
Expand description

Encode a RecordBatch with explicit EncoderOptions.