Skip to main content

encode_text_batch

Function encode_text_batch 

Source
fn encode_text_batch(
    format: OutFormat,
    batch: &RecordBatch,
    include_header: bool,
) -> Result<Vec<u8>, ReadStatError>