Class GroupIterator.SampleCollector
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.SampleCollector
-
- All Implemented Interfaces:
AggregateCollector
- Enclosing class:
- GroupIterator
private static class GroupIterator.SampleCollector extends java.lang.Object implements AggregateCollector
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SampleCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
getFinalValue()
-
-
-
Field Detail
-
sample
private Value sample
-
-
Method Detail
-
getFinalValue
public Value getFinalValue() throws ValueExprEvaluationException
- Specified by:
getFinalValue
in interfaceAggregateCollector
- Throws:
ValueExprEvaluationException
-
-