Uses of Class
org.eclipse.rdf4j.query.algebra.Group
-
Packages that use Group Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIteration
relevant to query evaluation.org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries.org.eclipse.rdf4j.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262 -
-
Uses of Group in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return Group Modifier and Type Method Description Group
Group. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type Group Modifier and Type Method Description void
QueryModelVisitor. meet(Group node)
-
Uses of Group in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type Group Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Group node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Group node, QueryEvaluationContext context)
-
Uses of Group in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as Group Modifier and Type Field Description private Group
GroupIterator. group
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type Group Constructor Description GroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context)
Deprecated.GroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context, ValueFactory vf, CollectionFactory cf)
GroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings, QueryEvaluationContext context)
-
Uses of Group in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Group Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(Group node)
void
AbstractSimpleQueryModelVisitor. meet(Group node)
void
StatementPatternVisitor. meet(Group node)
-
Uses of Group in org.eclipse.rdf4j.query.parser.sparql
Fields in org.eclipse.rdf4j.query.parser.sparql declared as Group Modifier and Type Field Description private Group
TupleExprBuilder.GroupFinder. group
Methods in org.eclipse.rdf4j.query.parser.sparql that return Group Modifier and Type Method Description Group
TupleExprBuilder.GroupFinder. getGroup()
Group
TupleExprBuilder. visit(ASTGroupClause node, java.lang.Object data)
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type Group Modifier and Type Method Description void
TupleExprBuilder.GroupFinder. meet(Group group)
private TupleExpr
TupleExprBuilder. processHavingClause(ASTHavingClause havingNode, TupleExpr tupleExpr, Group group)
private TupleExpr
TupleExprBuilder. processOrderClause(ASTOrderClause orderNode, TupleExpr tupleExpr, Group group)
-
Uses of Group in org.eclipse.rdf4j.queryrender.sparql.experimental
Fields in org.eclipse.rdf4j.queryrender.sparql.experimental declared as Group Modifier and Type Field Description Group
SerializableParsedConstructQuery. groupBy
Group
SerializableParsedTupleQuery. groupBy
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Group Modifier and Type Method Description void
ParsedQueryPreprocessor. meet(Group node)
void
PreprocessedQuerySerializer. meet(Group node)
-
Uses of Group in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as Group Modifier and Type Field Description (package private) Group
SpinParser.SpinVisitor. group
(package private) Group
SpinRenderer.SpinVisitor.GroupVisitor. group
Methods in org.eclipse.rdf4j.spin with parameters of type Group Modifier and Type Method Description void
SpinRenderer.SpinVisitor.GroupVisitor. meet(Group node)
void
SpinRenderer.SpinVisitor. meet(Group node)
-