Function mz_storage_operators::persist_source::decode_and_mfp

source ·
pub fn decode_and_mfp<G>(
    cfg: PersistConfig,
    fetched: &Stream<G, FetchedBlob<SourceData, (), Timestamp, Diff>>,
    name: &str,
    until: Antichain<Timestamp>,
    map_filter_project: Option<&mut MfpPlan>
) -> Stream<G, (Result<Row, DataflowError>, G::Timestamp, Diff)>
where G: Scope<Timestamp = (Timestamp, Subtime)>,