Package | Description |
---|---|
org.eclipse.rdf4j.federated.util | |
org.eclipse.rdf4j.query.algebra |
Abstract Query Algebra model.
|
org.eclipse.rdf4j.query.algebra.evaluation.impl | |
org.eclipse.rdf4j.query.algebra.helpers | |
org.eclipse.rdf4j.query.parser.sparql |
The rdf4j SPARQL 1.1 parser.
|
org.eclipse.rdf4j.queryrender.builder |
This package is deprecated.
|
org.eclipse.rdf4j.queryrender.sparql |
Modifier and Type | Method and Description |
---|---|
protected static void |
FilterUtils.append(Compare cmp,
StringBuilder sb) |
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 |
ExtendedEvaluationStrategy.evaluate(Compare node,
BindingSet bindings) |
Value |
StrictEvaluationStrategy.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(org.eclipse.rdf4j.query.parser.sparql.ast.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SparqlTupleExprRenderer.meet(Compare node) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.