lance_encoding::decoder

Function decode_batch

Source
pub async fn decode_batch(
    batch: &EncodedBatch,
    filter: &FilterExpression,
    decoder_plugins: Arc<DecoderPlugins>,
    should_validate: bool,
) -> Result<RecordBatch>
Expand description

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