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