Function lance_encoding::decoder::decode_batch

source ยท
pub async fn decode_batch(
    batch: &EncodedBatch,
    filter: &FilterExpression,
    field_decoder_strategy: &DecoderMiddlewareChain,
) -> Result<RecordBatch>
Expand description

Decodes a batch of data from an in-memory structure created by crate::encoder::encode_batch