Class GroupIterator.CountAggregate
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction<GroupIterator.CountCollector,Value>
org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.CountAggregate
- Enclosing class:
GroupIterator
private static class GroupIterator.CountAggregate
extends AggregateFunction<GroupIterator.CountCollector,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.CountCollector agv) Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
evaluate
-
Constructor Details
-
CountAggregate
-
-
Method Details
-
processAggregate
public void processAggregate(BindingSet s, Predicate<Value> distinctValue, GroupIterator.CountCollector agv) throws QueryEvaluationException - Specified by:
processAggregate
in classAggregateFunction<GroupIterator.CountCollector,
Value> - Throws:
QueryEvaluationException
-