Uses of Class
org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
Packages that use BinaryTupleOperator
Package
Description
Abstract Query Algebra model.
-
Uses of BinaryTupleOperator in org.eclipse.rdf4j.federated.algebra
Subclasses of BinaryTupleOperator in org.eclipse.rdf4j.federated.algebraModifier and TypeClassDescriptionclass
-
Uses of BinaryTupleOperator in org.eclipse.rdf4j.query.algebra
Subclasses of BinaryTupleOperator in org.eclipse.rdf4j.query.algebraModifier and TypeClassDescriptionclass
The MINUS set operator, which returns the result of the left tuple expression, except for the results that are also returned by the right tuple expression.class
The INTERSECT set operator, which returns the intersection of the result sets of two tuple expressions.class
A natural join between two tuple expressions.class
The LeftJoin operator, as defined in SPARQL Query Language for RDF.class
The UNION set operator, which return the union of the result sets of two tuple expressions.Methods in org.eclipse.rdf4j.query.algebra that return BinaryTupleOperator -
Uses of BinaryTupleOperator in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type BinaryTupleOperatorModifier and TypeMethodDescriptionprotected void
EvaluationStatistics.CardinalityCalculator.meetBinaryTupleOperator
(BinaryTupleOperator node) protected QueryEvaluationStep
DefaultEvaluationStrategy.prepare
(BinaryTupleOperator expr, QueryEvaluationContext context) -
Uses of BinaryTupleOperator in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type BinaryTupleOperatorModifier and TypeMethodDescriptionprotected void
AbstractQueryModelVisitor.meetBinaryTupleOperator
(BinaryTupleOperator node) Method called by all meet methods with aBinaryTupleOperator
node as argument.protected void
AbstractSimpleQueryModelVisitor.meetBinaryTupleOperator
(BinaryTupleOperator node) Method called by all meet methods with aBinaryTupleOperator
node as argument.