Uses of Class
org.eclipse.rdf4j.query.algebra.BinaryValueOperator
-
Packages that use BinaryValueOperator Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.helpers -
-
Uses of BinaryValueOperator in org.eclipse.rdf4j.query.algebra
Subclasses of BinaryValueOperator in org.eclipse.rdf4j.query.algebra Modifier and Type Class Description class
And
A boolean AND operator operating on two boolean expressions.class
Compare
A comparison between two values.class
LangMatches
Checks whether a language tag (e.g.class
MathExpr
A mathematical expression consisting an operator and two arguments.class
Or
A boolean OR operator operating on two boolean expressions.class
Regex
Compares the string representation of a value expression to a pattern.class
SameTerm
Checks RDF term equality.Methods in org.eclipse.rdf4j.query.algebra that return BinaryValueOperator Modifier and Type Method Description BinaryValueOperator
BinaryValueOperator. clone()
-
Uses of BinaryValueOperator in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type BinaryValueOperator Modifier and Type Method Description protected void
ConstantOptimizer.ConstantVisitor. meetBinaryValueOperator(BinaryValueOperator binaryValueOp)
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryValueEvaluationStep
DefaultEvaluationStrategy. supplyBinaryValueEvaluation(BinaryValueOperator node, BiFunction<Value,Value,Value> operation, QueryEvaluationContext context)
Supply a QueryValueEvalationStep that will invoke the function (operator passed in). -
Uses of BinaryValueOperator in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type BinaryValueOperator Modifier and Type Method Description protected void
AbstractQueryModelVisitor. meetBinaryValueOperator(BinaryValueOperator node)
Method called by all meet methods with aBinaryValueOperator
node as argument.protected void
AbstractSimpleQueryModelVisitor. meetBinaryValueOperator(BinaryValueOperator node)
Method called by all meet methods with aBinaryValueOperator
node as argument.protected void
QueryModelNodeReplacer. meetBinaryValueOperator(BinaryValueOperator node)
Deprecated.
-