fn transform_keys_from_key_envelope<G: Scope>(
    upsert_envelope: &UpsertEnvelope,
    results: Collection<G, DecodeResult, Diff>
) -> Collection<G, DecodeResult, Diff>
Expand description

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