Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate<M: Model>(
    model: &M,
    constraint: &ExpressionConstraint,
) -> Result<RoaringBitmap, EvalError>
Expand description

Evaluates constraint against model.

ยงErrors

Returns EvalError when the expression names something the edition does not have, or asks for a construct its data cannot answer.