pub async fn decode_batch(
batch: &EncodedBatch,
filter: &FilterExpression,
field_decoder_strategy: Arc<DecoderMiddlewareChain>,
) -> Result<RecordBatch>Expand description
Decodes a batch of data from an in-memory structure created by crate::encoder::encode_batch