Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra |
Query Algebra
|
org.eclipse.rdf4j.query.algebra.evaluation.impl | |
org.eclipse.rdf4j.query.algebra.helpers |
Modifier and Type | Class and Description |
---|---|
class |
And
A boolean AND operator operating on two boolean expressions.
|
class |
Compare
A comparison between two values.
|
class |
LangMatches
Checks whether a language tag (e.g.
|
class |
MathExpr
A mathematical expression consisting an operator and two arguments.
|
class |
Or
A boolean OR operator operating on two boolean expressions.
|
class |
Regex
Compares the string representation of a value expression to a pattern.
|
class |
SameTerm
Checks RDF term equality.
|
Modifier and Type | Method and Description |
---|---|
BinaryValueOperator |
BinaryValueOperator.clone() |
Modifier and Type | Method and Description |
---|---|
protected void |
ConstantOptimizer.ConstantVisitor.meetBinaryValueOperator(BinaryValueOperator binaryValueOp) |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryModelNodeReplacer.meetBinaryValueOperator(BinaryValueOperator node)
Deprecated.
|
protected void |
AbstractQueryModelVisitor.meetBinaryValueOperator(BinaryValueOperator node)
Method called by all meet methods with a
BinaryValueOperator node as argument. |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.