Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.ValueCollector
-
Packages that use GroupIterator.ValueCollector Package Description org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIteration
relevant to query evaluation. -
-
Uses of GroupIterator.ValueCollector in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type GroupIterator.ValueCollector Modifier and Type Method Description void
GroupIterator.MaxAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.ValueCollector max)
void
GroupIterator.MinAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.ValueCollector min)
-