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 Constructor Description CountAggregate(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.CountCollector agv)
-
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction
evaluate
-
-
-
-
Constructor Detail
-
CountAggregate
public CountAggregate(java.util.function.Function<BindingSet,Value> f)
-
-
Method Detail
-
processAggregate
public void processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.CountCollector agv) throws QueryEvaluationException
- Specified by:
processAggregate
in classAggregateFunction<GroupIterator.CountCollector,Value>
- Throws:
QueryEvaluationException
-
-