Uses of Class
org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
Package
Description
Abstract Query Algebra model.
-
Uses of BinaryTupleOperator in org.eclipse.rdf4j.federated.algebra
Modifier and TypeClassDescriptionclass
-
Uses of BinaryTupleOperator in org.eclipse.rdf4j.query.algebra
Modifier 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. -
Uses of BinaryTupleOperator in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeMethodDescriptionStrictEvaluationStrategy.evaluate
(BinaryTupleOperator expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.protected void
EvaluationStatistics.CardinalityCalculator.meetBinaryTupleOperator
(BinaryTupleOperator node) protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(BinaryTupleOperator expr, QueryEvaluationContext context) -
Uses of BinaryTupleOperator in org.eclipse.rdf4j.query.algebra.helpers
Modifier and TypeMethodDescriptionprotected void
AbstractQueryModelVisitor.meetBinaryTupleOperator
(BinaryTupleOperator node) Method called by all meet methods with aBinaryTupleOperator
node as argument.protected void
QueryModelNodeReplacer.meetBinaryTupleOperator
(BinaryTupleOperator node) Deprecated.