Constant sql::query_model::model::graph::ARBITRARY_QUANTIFIER[][src]

pub(crate) const ARBITRARY_QUANTIFIER: usize = 0b00000000
    | (QuantifierType::All as usize)
    | (QuantifierType::Existential as usize)
    | (QuantifierType::Foreach as usize)
    | (QuantifierType::PreservedForeach as usize)
    | (QuantifierType::Scalar as usize); // 0x0000_0000_0000_001fusize
Expand description

A bitmask that matches the discriminant of every possible QuantifierType.