Uses of Class
org.eclipse.rdf4j.query.algebra.BinaryValueOperator
Package
Description
Abstract Query Algebra model.
-
Uses of BinaryValueOperator in org.eclipse.rdf4j.query.algebra
Modifier and TypeClassDescriptionclass
A boolean AND operator operating on two boolean expressions.class
A comparison between two values.class
Checks whether a language tag (e.g.class
A mathematical expression consisting an operator and two arguments.class
A boolean OR operator operating on two boolean expressions.class
Compares the string representation of a value expression to a pattern.class
Checks RDF term equality. -
Uses of BinaryValueOperator in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected 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.