Uses of Class
org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
Packages that use AbstractSimpleQueryModelVisitor
Package
Description
-
Uses of AbstractSimpleQueryModelVisitor in org.eclipse.rdf4j.query.algebra.evaluation.impl
-
Uses of AbstractSimpleQueryModelVisitor in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
-
Uses of AbstractSimpleQueryModelVisitor in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Subclasses of AbstractSimpleQueryModelVisitor in org.eclipse.rdf4j.query.algebra.evaluation.optimizerModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classclassA query optimizer that (partially) normalizes query models to a canonical form.private static classprivate static classprivate static classprivate static classIf that variable is not in the same scope the optimization will be invalid.private static classprivate static classprivate static classprivate static class -
Uses of AbstractSimpleQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers.collectors
Modifier and TypeClassDescriptionclassAn efficient QueryModelVisitor that collects StatementPattern's from a query model.classA QueryModelVisitor that collects the names of (non-constant) variables that are used in a query model.