Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.Entry
Packages that use GroupIterator.Entry
Package
Description
Implementations of
relevant to query evaluation.
invalid reference
Iteration
-
Uses of GroupIterator.Entry in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return types with arguments of type GroupIterator.EntryModifier and TypeMethodDescriptionprivate Collection<GroupIterator.Entry> GroupIterator.buildEntries(List<GroupIterator.AggregatePredicateCollectorSupplier<?, ?>> aggregates) private List<GroupIterator.Entry> GroupIterator.emptySolutionSpecialCase(List<GroupIterator.AggregatePredicateCollectorSupplier<?, ?>> aggregates) private BiConsumer<GroupIterator.Entry, MutableBindingSet> GroupIterator.makeBindSolution(List<GroupIterator.AggregatePredicateCollectorSupplier<?, ?>> aggregates)