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

pub fn encode_unsealed_arrow<W: Write>(
    w: &mut W,
    batch: &BlobUnsealedBatch
) -> Result<(), Error>
Expand description

Encodes an BlobUnsealedBatch into 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.