Uses of Class
org.eclipse.rdf4j.query.algebra.QueryRoot
-
Packages that use QueryRoot Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.optimizer org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries. -
-
Uses of QueryRoot in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return QueryRoot Modifier and Type Method Description QueryRoot
QueryRoot. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type QueryRoot Modifier and Type Method Description void
QueryModelVisitor. meet(QueryRoot node)
-
Uses of QueryRoot in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type QueryRoot Modifier and Type Method Description static java.lang.String[]
ArrayBindingBasedQueryEvaluationContext. findAllVariablesUsedInQuery(QueryRoot node)
void
EvaluationStatistics.CardinalityCalculator. meet(QueryRoot node)
void
FilterOptimizer.FilterRelocator. meet(QueryRoot node)
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(QueryRoot node, QueryEvaluationContext context)
-
Uses of QueryRoot in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type QueryRoot Modifier and Type Method Description void
FilterOptimizer.FilterRelocator. meet(QueryRoot node)
-
Uses of QueryRoot in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type QueryRoot Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(QueryRoot node)
void
AbstractSimpleQueryModelVisitor. meet(QueryRoot node)
void
StatementPatternVisitor. meet(QueryRoot node)
-
Uses of QueryRoot in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type QueryRoot Modifier and Type Method Description void
ParsedQueryPreprocessor. meet(QueryRoot node)
void
PreprocessedQuerySerializer. meet(QueryRoot node)
-