Skip to main content

and_collect

Function and_collect 

Source
pub fn and_collect<I>(iter: I) -> Option<BoundExpression>
where I: IntoIterator<Item = BoundExpression>,
Expand description

Collects bound expressions into a balanced tree of boolean AND expressions.