Package | Description |
---|---|
org.openrdf.query.algebra |
Query Algebra
|
org.openrdf.query.algebra.evaluation.impl | |
org.openrdf.query.algebra.helpers | |
org.openrdf.sail.federation.optimizers |
Modifier and Type | Class and Description |
---|---|
class |
Difference
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 |
Intersection
The INTERSECT set operator, which returns the intersection of the result sets
of two tuple expressions.
|
class |
Join
A natural join between two tuple expressions.
|
class |
LeftJoin
The LeftJoin operator, as defined in SPARQL Query
Language for RDF.
|
class |
Union
The UNION set operator, which return the union of the result sets of two
tuple expressions.
|
Modifier and Type | Method and Description |
---|---|
BinaryTupleOperator |
BinaryTupleOperator.clone() |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(BinaryTupleOperator expr,
BindingSet bindings) |
protected void |
EvaluationStatistics.CardinalityCalculator.meetBinaryTupleOperator(BinaryTupleOperator node) |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryModelVisitorBase.meetBinaryTupleOperator(BinaryTupleOperator node)
Method called by all meet methods with a
BinaryTupleOperator node as argument. |
protected void |
QueryModelNodeReplacer.meetBinaryTupleOperator(BinaryTupleOperator node)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EvaluationStatistics.CardinalityCalculator.meetBinaryTupleOperator(BinaryTupleOperator node) |
Copyright © 2001-2016 Aduna. All Rights Reserved.