Rindle docs and package mapSkip to main content

generate_with_overlay_unordered_checked

Function generate_with_overlay_unordered_checked 

Source
pub fn generate_with_overlay_unordered_checked<'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],
    error_sink: Option<Rc<RefCell<Option<RindleError>>>>,
) -> RowFlow<'g>