Uses of Class
org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
Package
Description
-
Uses of AbstractSimpleQueryModelVisitor in org.eclipse.rdf4j.federated.optimizer
Modifier 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 AbstractSimpleQueryModelVisitor in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Modifier and TypeClassDescriptionclass
A query optimizer that (partially) normalizes query models to a canonical form. -
Uses of AbstractSimpleQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers.collectors
Modifier and TypeClassDescriptionclass
An efficient 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.