pub fn read_record_batch(
    buf: &[u8],
    batch: RecordBatch<'_>,
    schema: SchemaRef,
    dictionaries_by_id: &HashMap<i64, ArrayRef>,
    projection: Option<&[usize]>,
    metadata: &MetadataVersion
) -> Result<RecordBatch>
Expand description

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