Uses of Class
org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
-
Packages that use AbstractQueryModelVisitor Package Description org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.queryrender This package contains classes for working with RDF4J query objects.org.eclipse.rdf4j.queryrender.sparql org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries. -
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.evaluation.impl
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.evaluation.impl Modifier and Type Class Description protected static class
BindingAssigner.VarVisitor
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
CompareOptimizer.CompareVisitor
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
ConjunctiveConstraintSplitter.ConstraintVisitor
Deprecated, for removal: This API element is subject to removal in a future version.protected class
ConstantOptimizer.ConstantVisitor
Deprecated, for removal: This API element is subject to removal in a future version.protected class
ConstantOptimizer.VarNameCollector
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
DisjunctiveConstraintOptimizer.OrSameTermOptimizer
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
EvaluationStatistics.CardinalityCalculator
protected static class
FilterOptimizer.DeMergeFilterFinder
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
FilterOptimizer.FilterFinder
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
FilterOptimizer.FilterRelocator
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
FilterOptimizer.MergeFilterFinder
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
IterativeEvaluationOptimizer.IEOVisitor
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
OrderLimitOptimizer.OrderOptimizer
Deprecated, for removal: This API element is subject to removal in a future version.protected class
QueryJoinOptimizer.JoinVisitor
Deprecated.This class is protected for historic reasons only, and will be made private in a future major release.class
QueryModelNormalizer
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
QueryModelPruner.TreeSanitizer
Deprecated.protected class
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
SameTermFilterOptimizer.BindingSetAssignmentCollector
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
SameTermFilterOptimizer.SameTermFilterVisitor
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
SameTermFilterOptimizer.VarBinder
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
SameTermFilterOptimizer.VarRenamer
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
TupleFunctionEvaluationStatistics.TupleFunctionCardinalityCalculator
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers Modifier and Type Class Description class
BGPCollector<X extends Exception>
Deprecated, for removal: This API element is subject to removal in a future version.class
QueryModelNodeReplacer
Deprecated.class
QueryModelTreePrinter
QueryModelVisitor implementation that "prints" a tree representation of a query model.class
QueryModelTreeToGenericPlanNode
Convert TupleExpr (QueryModelNode) to GenericPlanNode for the Query.explain(...) feature.class
QueryModelVisitorBase<X extends Exception>
Deprecated.since 2.0.class
StatementPatternCollector
Deprecated, for removal: This API element is subject to removal in a future version.class
VarNameCollector
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.parser.sparql
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.parser.sparql Modifier and Type Class Description class
TripleRefCollector
protected class
TupleExprBuilder.SameTermCollector
protected class
TupleExprBuilder.VarCollector
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender Modifier and Type Class Description class
BaseTupleExprRenderer
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.sparql Modifier and Type Class 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. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender.sparql.experimental
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender.sparql.experimental Modifier and Type Class Description class
SparqlQueryRenderer
An alternative implementation of the SPARQL query renderer (more complete than the defaultSPARQLQueryRenderer
)
-