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