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 ofIterationrelevant 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 GroupGroup. clone()Methods in org.eclipse.rdf4j.query.algebra with parameters of type Group Modifier and Type Method Description voidQueryModelVisitor. 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 QueryEvaluationStepDefaultEvaluationStrategy. 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 GroupGroupIterator. groupConstructors 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 voidAbstractQueryModelVisitor. meet(Group node)voidAbstractSimpleQueryModelVisitor. meet(Group node)voidStatementPatternVisitor. 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 GroupTupleExprBuilder.GroupFinder. groupMethods in org.eclipse.rdf4j.query.parser.sparql that return Group Modifier and Type Method Description GroupTupleExprBuilder.GroupFinder. getGroup()GroupTupleExprBuilder. 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 voidTupleExprBuilder.GroupFinder. meet(Group group)private TupleExprTupleExprBuilder. processHavingClause(ASTHavingClause havingNode, TupleExpr tupleExpr, Group group)private TupleExprTupleExprBuilder. 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 GroupSerializableParsedConstructQuery. groupByGroupSerializableParsedTupleQuery. groupByMethods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Group Modifier and Type Method Description voidParsedQueryPreprocessor. meet(Group node)voidPreprocessedQuerySerializer. 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) GroupSpinParser.SpinVisitor. group(package private) GroupSpinRenderer.SpinVisitor.GroupVisitor. groupMethods in org.eclipse.rdf4j.spin with parameters of type Group Modifier and Type Method Description voidSpinRenderer.SpinVisitor.GroupVisitor. meet(Group node)voidSpinRenderer.SpinVisitor. meet(Group node)
-