Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.ValueCollector
Packages that use GroupIterator.ValueCollector
Package
Description
Implementations of
relevant to query evaluation.
invalid reference
Iteration
-
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.ValueCollectorModifier and TypeMethodDescriptionvoid
GroupIterator.MaxAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.ValueCollector max) void
GroupIterator.MinAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.ValueCollector min)