Function deltalake::arrow::ipc::reader::read_record_batch

source ·
pub fn read_record_batch(
    buf: &Buffer,
    batch: RecordBatch<'_>,
    schema: Arc<Schema>,
    dictionaries_by_id: &HashMap<i64, Arc<dyn Array>>,
    projection: Option<&[usize]>,
    metadata: &MetadataVersion
) -> Result<RecordBatch, ArrowError>
Expand description

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