pub async fn decode_batch(
batch: &EncodedBatch,
filter: &FilterExpression,
decoder_plugins: Arc<DecoderPlugins>,
should_validate: bool,
version: LanceFileVersion,
cache: Option<Arc<FileMetadataCache>>,
) -> Result<RecordBatch>
Expand description
Decodes a batch of data from an in-memory structure created by crate::encoder::encode_batch