Rindle docs and package mapSkip to main content

generate_with_overlay_unordered

Function generate_with_overlay_unordered 

Source
pub fn generate_with_overlay_unordered<'g, S: RowStream + 'g>(
    rows: S,
    constraint: Option<&Constraint>,
    overlay: Option<&Overlay>,
    last_pushed_epoch: u32,
    primary_key: &[ColId],
    predicate: Option<&RowPredicate>,
    multi_constraints: &[MultiConstraint],
) -> RowFlow<'g>
Expand description

Unordered variant of generate_with_overlay (generateWithOverlayUnordered, memory-source.ts:885): NO start, add injected eagerly, remove suppressed by PK. Narrowing is constraint → multiConstraint → predicate (no startAt).