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