Function persist::indexed::columnar::arrow::decode_unsealed_arrow[][src]

pub fn decode_unsealed_arrow<R: Read + Seek>(
    r: &mut R
) -> Result<BlobUnsealedBatch, Error>
Expand description

Decodes a BlobUnsealedBatch from the Arrow file format.

NB: This is currently unused, but it’s here because we may want to use it for the local cache and so we can easily compare arrow vs parquet.