Rindle docs and package mapSkip to main content

MultiConstraint

Type Alias MultiConstraint 

Source
pub type MultiConstraint = Vec<Constraint>;
Expand description

A disjunction of Constraints — a row matches the multiConstraint iff it matches some entry. FlippedJoin lowers an IN-batch to these (operator.ts MultiConstraint). The memory leaf drives a sub-fetch per entry and k-way-merges (#fetchMulti); the SQLite leaf lowers to native IN.

Aliased Type§

pub struct MultiConstraint { /* private fields */ }