Class GroupIterator.SumAggregate
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction<GroupIterator.IntegerCollector, Value>
org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.SumAggregate
- Enclosing class:
GroupIterator
private static class GroupIterator.SumAggregate
extends AggregateFunction<GroupIterator.IntegerCollector, Value>
-
Field Summary
Fields inherited from class AggregateFunction
evaluationStep -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum) Methods inherited from class AggregateFunction
evaluate
-
Constructor Details
-
SumAggregate
-
-
Method Details
-
processAggregate
public void processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum) throws QueryEvaluationException - Specified by:
processAggregatein classAggregateFunction<GroupIterator.IntegerCollector, Value>- Throws:
QueryEvaluationException
-