pub fn load_extractor_batch<T: DeserializeOwned>(
stored: &StoredExtractorBatch,
) -> Result<ExtractorBatch<T>, BatchPlanError>Expand description
Decodes one persisted source-owned output batch.
ยงErrors
Returns BatchPlanError when the payload schema is invalid or its count is inconsistent.