Uses of Class
org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
Packages that use AbstractQueryModelVisitor
Package
Description
The rdf4j SPARQL 1.1 parser.
This package contains classes for working with RDF4J query objects.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.federated.optimizer
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.federated.optimizerModifier and TypeClassDescriptionclass
A specialized optimizer which identifies and marksExclusiveTupleExpr
.class
Filter optimizer to push down FILTER expressions as far as possible.protected static class
protected static class
protected static class
class
Generic optimizer Tasks: - Collect information (hasUnion, hasFilter, hasService) - Collect all statements in a list (for source selection), do not collect SERVICE expressions - Collect all Join arguments and group them in the NJoin structure for easier optimization (flatten)class
An optimizer that attempts to push upper limits into BGPs of the query.class
Optimizer for SERVICE nodes.class
Optimizer with the following tasks: 1.class
Optimizer to flatten the UNION operations. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.evaluation.impl
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.evaluation.implModifier and TypeClassDescriptionprotected static class
protected static class
protected static class
protected class
protected class
protected static class
protected static class
protected static class
protected static class
protected static class
protected static class
protected static class
protected static class
protected class
Deprecated.This class is protected for historic reasons only, and will be made private in a future major release.class
A query optimizer that (partially) normalizes query models to a canonical form.protected static class
Deprecated.protected class
protected static class
protected static class
protected static class
protected static class
protected static class
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpersModifier and TypeClassDescriptionclass
BGPCollector<X extends Exception>
Basic graph pattern collector.class
Deprecated.class
QueryModelVisitor implementation that "prints" a tree representation of a query model.class
Convert TupleExpr (QueryModelNode) to GenericPlanNode for the Query.explain(...) feature.class
QueryModelVisitorBase<X extends Exception>
Deprecated.since 2.0.class
A QueryModelVisitor that collects StatementPattern's from a query model.class
A QueryModelVisitor that collects the names of (non-constant) variables that are used in a query model. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.parser.sparql
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.parser.sparqlModifier and TypeClassDescriptionclass
protected class
protected class
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrenderModifier and TypeClassDescriptionclass
Base class for rendering RDF4J query API objects into strings. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender.sparql
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender.sparqlModifier and TypeClassDescriptionclass
Visitor implementation for the query algebra which walks the tree and figures out the context for nodes in the algebra.class
Extends the BaseTupleExprRenderer to provide support for rendering tuple expressions as SPARQL queries. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender.sparql.experimental
Modifier and TypeClassDescriptionclass
An alternative implementation of the SPARQL query renderer (more complete than the defaultSPARQLQueryRenderer
)