pub fn evaluate_with_resolver<R: IntentResolver + ?Sized>(
op_log: &OpLog,
predicate: &Predicate,
resolver: &R,
) -> Result<Vec<OperationRecord>>Expand description
Evaluate with a caller-provided IntentResolver for Session
clauses. The returned vector is in the order the underlying
candidate scan produced — typically newest-first when the
candidate set is an ancestry walk, undefined when it’s a full
log scan.