Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra |
Query Algebra
|
org.eclipse.rdf4j.query.algebra.evaluation.util | |
org.eclipse.rdf4j.query.parser.serql.ast | |
org.eclipse.rdf4j.query.parser.sparql.ast | |
org.eclipse.rdf4j.queryrender.builder |
This package is deprecated.
|
Modifier and Type | Method and Description |
---|---|
Compare.CompareOp |
CompareAny.getOperator() |
Compare.CompareOp |
CompareAll.getOperator() |
Compare.CompareOp |
Compare.getOperator() |
static Compare.CompareOp |
Compare.CompareOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compare.CompareOp[] |
Compare.CompareOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CompareAny.setOperator(Compare.CompareOp operator) |
void |
CompareAll.setOperator(Compare.CompareOp operator) |
void |
Compare.setOperator(Compare.CompareOp operator) |
Constructor and Description |
---|
Compare(ValueExpr leftArg,
ValueExpr rightArg,
Compare.CompareOp operator) |
CompareAll(ValueExpr valueExpr,
TupleExpr subQuery,
Compare.CompareOp operator) |
CompareAny(ValueExpr valueExpr,
TupleExpr subQuery,
Compare.CompareOp operator) |
Modifier and Type | Method and Description |
---|---|
static boolean |
QueryEvaluationUtil.compare(Value leftVal,
Value rightVal,
Compare.CompareOp operator) |
static boolean |
QueryEvaluationUtil.compare(Value leftVal,
Value rightVal,
Compare.CompareOp operator,
boolean strict) |
static boolean |
QueryEvaluationUtil.compareLiterals(Literal leftLit,
Literal rightLit,
Compare.CompareOp operator)
Compares the supplied
Literal arguments using the supplied operator, using strict (minimally-conforming)
SPARQL 1.1 operator behavior. |
static boolean |
QueryEvaluationUtil.compareLiterals(Literal leftLit,
Literal rightLit,
Compare.CompareOp operator,
boolean strict)
Compares the supplied
Literal arguments using the supplied operator. |
Modifier and Type | Method and Description |
---|---|
Compare.CompareOp |
ASTCompOperator.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
ASTCompOperator.setValue(Compare.CompareOp operator) |
Modifier and Type | Method and Description |
---|---|
Compare.CompareOp |
ASTCompare.getOperator() |
Modifier and Type | Method and Description |
---|---|
void |
ASTCompare.setOperator(Compare.CompareOp operator) |
Modifier and Type | Method and Description |
---|---|
GroupBuilder<T,E> |
GroupBuilder.filter(String theVar,
Compare.CompareOp theOp,
Value theValue)
Deprecated.
|
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.