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 org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
evaluationStep
-
-
Constructor Summary
Constructors Constructor Description SumAggregate(java.util.function.Function<BindingSet,Value> f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum)
-
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
evaluate
-
-
-
-
Constructor Detail
-
SumAggregate
public SumAggregate(java.util.function.Function<BindingSet,Value> f)
-
-
Method Detail
-
processAggregate
public void processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum) throws QueryEvaluationException
- Specified by:
processAggregate
in classAggregateFunction<GroupIterator.IntegerCollector,Value>
- Throws:
QueryEvaluationException
-
-