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 org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
evaluationStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.AvgCollector avg) Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
evaluate
-
Constructor Details
-
AvgAggregate
-
-
Method Details
-
processAggregate
public void processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.AvgCollector avg) throws QueryEvaluationException - Specified by:
processAggregate
in classAggregateFunction<GroupIterator.AvgCollector,
Value> - Throws:
QueryEvaluationException
-