Package | Description |
---|---|
org.openrdf.query.algebra |
Query Algebra
|
org.openrdf.query.algebra.evaluation.impl | |
org.openrdf.query.algebra.helpers | |
org.openrdf.queryrender |
This package contains classes for working with OpenRDF query objects.
|
org.openrdf.queryrender.builder | |
org.openrdf.queryrender.sparql | |
org.openrdf.sail.federation.optimizers | |
org.openrdf.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
org.openrdf.sail.rdbms.optimizers |
Modifier and Type | Method and Description |
---|---|
StatementPattern |
StatementPattern.clone() |
Modifier and Type | Method and Description |
---|---|
void |
QueryModelVisitor.meet(StatementPattern node) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(StatementPattern sp,
BindingSet bindings) |
protected double |
EvaluationStatistics.CardinalityCalculator.getCardinality(StatementPattern sp) |
void |
EvaluationStatistics.CardinalityCalculator.meet(StatementPattern sp) |
Modifier and Type | Method and Description |
---|---|
List<StatementPattern> |
StatementPatternCollector.getStatementPatterns() |
static List<StatementPattern> |
StatementPatternCollector.process(QueryModelNode node) |
Modifier and Type | Method and Description |
---|---|
void |
StatementPatternCollector.meet(StatementPattern node) |
void |
QueryModelVisitorBase.meet(StatementPattern node) |
Modifier and Type | Method and Description |
---|---|
StatementPattern |
BaseTupleExprRenderer.toStatementPattern(ProjectionElemList theList)
Turn a ProjectionElemList for a construct query projection (three elements
aliased as 'subject', 'predicate' and 'object' in that order) into a
StatementPattern.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseTupleExprRenderer.meet(StatementPattern theStatementPattern) |
Modifier and Type | Field and Description |
---|---|
protected List<StatementPattern> |
AbstractQueryBuilder.mProjectionPatterns |
Modifier and Type | Method and Description |
---|---|
Collection<StatementPattern> |
BasicGroup.getPatterns() |
Modifier and Type | Method and Description |
---|---|
GroupBuilder<T,E> |
GroupBuilder.atom(StatementPattern... thePatterns) |
GroupBuilder<T,E> |
GroupBuilder.atom(StatementPattern thePattern) |
Modifier and Type | Method and Description |
---|---|
GroupBuilder<T,E> |
GroupBuilder.atoms(Set<StatementPattern> thePatterns) |
Modifier and Type | Method and Description |
---|---|
void |
SparqlTupleExprRenderer.meet(StatementPattern thePattern) |
void |
ContextCollector.meet(StatementPattern thePattern) |
Modifier and Type | Method and Description |
---|---|
protected double |
EvaluationStatistics.CardinalityCalculator.getCardinality(StatementPattern pattern) |
void |
PrepareOwnedTupleExpr.meet(StatementPattern node) |
void |
EvaluationStatistics.CardinalityCalculator.meet(StatementPattern pattern) |
void |
EmptyPatternOptimizer.meet(StatementPattern node) |
Modifier and Type | Method and Description |
---|---|
double |
MemoryStoreConnection.MemEvaluationStatistics.MemCardinalityCalculator.getCardinality(StatementPattern sp) |
Modifier and Type | Method and Description |
---|---|
void |
SelectQueryOptimizer.meet(StatementPattern sp) |
Copyright © 2001-2016 Aduna. All Rights Reserved.