Function arrow::ipc::reader::read_record_batch[][src]

pub fn read_record_batch(
    buf: &[u8],
    batch: RecordBatch<'_>,
    schema: SchemaRef,
    dictionaries: &[Option<ArrayRef>]
) -> Result<RecordBatch>
Expand description

Creates a record batch from binary data using the ipc::RecordBatch indexes and the Schema