Skip to main content

intersect_all

Function intersect_all 

Source
pub fn intersect_all<I, S>(queries: I) -> Option<SetOperation>
where I: IntoIterator<Item = (S, Vec<Value>)>, S: Into<String>,
Expand description

Create an INTERSECT ALL of multiple queries.

Returns None if the iterator is empty.