Skip to main content

flatten_results_prepend_keys

Function flatten_results_prepend_keys 

Source
fn flatten_results_prepend_keys<'scope, T: Timestamp>(
    none_envelope: &NoneEnvelope,
    results: VecCollection<'scope, T, KV, Diff>,
) -> VecCollection<'scope, T, Result<Row, DataflowError>, Diff>
Expand description

Convert from streams of DecodeResult to Rows, inserting the Key according to KeyEnvelope