Package | Description |
---|---|
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 |
This package contains classes for working with RDF4J query objects.
|
org.eclipse.rdf4j.queryrender.sparql | |
org.eclipse.rdf4j.sail.federation.optimizers |
Modifier and Type | Class and Description |
---|---|
class |
BGPCollector<X extends Exception>
Basic graph pattern collector.
|
class |
QueryModelNodeReplacer
Deprecated.
|
class |
QueryModelTreePrinter
QueryModelVisitor implementation that "prints" a tree representation of a query model.
|
class |
QueryModelVisitorBase<X extends Exception>
Deprecated.
since 2.0. Use
AbstractQueryModelVisitor instead. |
class |
StatementPatternCollector
A QueryModelVisitor that collects StatementPattern's from a query model.
|
class |
VarNameCollector
A QueryModelVisitor that collects the names of (non-constant) variables that are used in a query model.
|
Modifier and Type | Class and Description |
---|---|
protected class |
TupleExprBuilder.SameTermCollector |
protected class |
TupleExprBuilder.VarCollector |
Modifier and Type | Class and Description |
---|---|
class |
BaseTupleExprRenderer
Base class for rendering RDF4J query API objects into strings.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextCollector
Visitor implementation for the query algebra which walks the tree and figures out the context for nodes in the
algebra.
|
class |
SparqlTupleExprRenderer
Extends the BaseTupleExprRenderer to provide support for rendering tuple expressions as SPARQL queries.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyPatternOptimizer
Remove StatementPatterns that have no statements.
|
protected static class |
EvaluationStatistics.CardinalityCalculator |
class |
FederationJoinOptimizer
Search for Join, LeftJoin, and Union arguments that can be evaluated in a single member.
|
class |
OwnedTupleExprPruner
Remove redundant
OwnedTupleExpr . |
class |
PrepareOwnedTupleExpr
Remove redundant
OwnedTupleExpr . |
protected class |
QueryModelPruner.TreeSanitizer |
protected class |
QueryMultiJoinOptimizer.JoinVisitor |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.