Class QueryEvaluationUtil

java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil

public class QueryEvaluationUtil extends Object
Utility functions used during logical query evaluation.

Performance note: every comparison operator now has its own specialised method. All hot paths are branch‑free w.r.t. CompareOp, allowing the JVM to inline and optimise aggressively.