Uses of Class
org.eclipse.rdf4j.query.algebra.BinaryValueOperator
Packages that use BinaryValueOperator
Package
Description
Abstract Query Algebra model.
-
Uses of BinaryValueOperator in org.eclipse.rdf4j.query.algebra
Subclasses of BinaryValueOperator in org.eclipse.rdf4j.query.algebraModifier 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.Methods in org.eclipse.rdf4j.query.algebra that return BinaryValueOperator -
Uses of BinaryValueOperator in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type BinaryValueOperatorModifier and TypeMethodDescriptionprotected 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 BinaryValueOperatorModifier 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.