Class GroupIterator.Entry
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.Entry
- All Implemented Interfaces:
Serializable
,BindingSetEntry
- Enclosing class:
GroupIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<AggregateCollector> private final BindingSet
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionEntry
(BindingSet prototype, List<AggregateCollector> collectors, List<Predicate<?>> predicates) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSolution
(BindingSet bs, List<GroupIterator.AggregatePredicateCollectorSupplier<?, ?>> operators)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
prototype
-
collectors
-
predicates
-
-
Constructor Details
-
Entry
public Entry(BindingSet prototype, List<AggregateCollector> collectors, List<Predicate<?>> predicates) throws QueryEvaluationException - Throws:
QueryEvaluationException
-
-
Method Details
-
addSolution
public void addSolution(BindingSet bs, List<GroupIterator.AggregatePredicateCollectorSupplier<?, ?>> operators) -
getPrototype
- Specified by:
getPrototype
in interfaceBindingSetEntry
-