Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra |
Query Algebra
|
org.eclipse.rdf4j.query.algebra.evaluation.impl | |
org.eclipse.rdf4j.query.algebra.helpers | |
org.eclipse.rdf4j.query.parser.sparql |
The
SPARQL
query engine.
|
org.eclipse.rdf4j.queryrender.builder |
This package is deprecated.
|
Modifier and Type | Method and Description |
---|---|
Compare |
Compare.clone() |
Modifier and Type | Method and Description |
---|---|
void |
QueryModelVisitor.meet(Compare node) |
Modifier and Type | Method and Description |
---|---|
Value |
StrictEvaluationStrategy.evaluate(Compare node,
BindingSet bindings) |
Value |
ExtendedEvaluationStrategy.evaluate(Compare node,
BindingSet bindings) |
void |
CompareOptimizer.CompareVisitor.meet(Compare compare) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractQueryModelVisitor.meet(Compare node) |
Modifier and Type | Method and Description |
---|---|
Compare |
TupleExprBuilder.visit(ASTCompare node,
Object data) |
Modifier and Type | Method and Description |
---|---|
static Compare |
ValueExprFactory.eq(String theVar,
String theOtherVar)
Deprecated.
|
static Compare |
ValueExprFactory.eq(String theVar,
Value theValue)
Deprecated.
|
static Compare |
ValueExprFactory.ge(String theVar,
String theOtherVar)
Deprecated.
|
static Compare |
ValueExprFactory.ge(String theVar,
Value theValue)
Deprecated.
|
static Compare |
ValueExprFactory.gt(String theVar,
String theOtherVar)
Deprecated.
|
static Compare |
ValueExprFactory.gt(String theVar,
Value theValue)
Deprecated.
|
static Compare |
ValueExprFactory.le(String theVar,
String theOtherVar)
Deprecated.
|
static Compare |
ValueExprFactory.le(String theVar,
Value theValue)
Deprecated.
|
static Compare |
ValueExprFactory.lt(String theVar,
String theOtherVar)
Deprecated.
|
static Compare |
ValueExprFactory.lt(String theVar,
Value theValue)
Deprecated.
|
static Compare |
ValueExprFactory.ne(String theVar,
String theOtherVar)
Deprecated.
|
static Compare |
ValueExprFactory.ne(String theVar,
Value theValue)
Deprecated.
|
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.