pub fn evaluate<M: Model>( model: &M, constraint: &ExpressionConstraint, ) -> Result<RoaringBitmap, EvalError>
Evaluates constraint against model.
constraint
model
Returns EvalError when the expression names something the edition does not have, or asks for a construct its data cannot answer.
EvalError