| Package | Description |
|---|---|
| org.openrdf.query.algebra |
Query Algebra
|
| org.openrdf.query.algebra.evaluation.impl | |
| org.openrdf.query.algebra.helpers | |
| org.openrdf.query.parser.sparql |
The SPARQL query engine.
|
| org.openrdf.queryrender.builder | |
| org.openrdf.sail.rdbms.algebra.factories |
| 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 |
EvaluationStrategyImpl.evaluate(Compare node,
BindingSet bindings) |
void |
CompareOptimizer.CompareVisitor.meet(Compare compare) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryModelVisitorBase.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) |
static Compare |
ValueExprFactory.eq(String theVar,
Value theValue) |
static Compare |
ValueExprFactory.ge(String theVar,
String theOtherVar) |
static Compare |
ValueExprFactory.ge(String theVar,
Value theValue) |
static Compare |
ValueExprFactory.gt(String theVar,
String theOtherVar) |
static Compare |
ValueExprFactory.gt(String theVar,
Value theValue) |
static Compare |
ValueExprFactory.le(String theVar,
String theOtherVar) |
static Compare |
ValueExprFactory.le(String theVar,
Value theValue) |
static Compare |
ValueExprFactory.lt(String theVar,
String theOtherVar) |
static Compare |
ValueExprFactory.lt(String theVar,
Value theValue) |
static Compare |
ValueExprFactory.ne(String theVar,
String theOtherVar) |
static Compare |
ValueExprFactory.ne(String theVar,
Value theValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
BooleanExprFactory.meet(Compare compare) |
Copyright © 2001–2015 Aduna. All rights reserved.