Interface AggregateCollector
-
- All Known Implementing Classes:
GroupIterator.AvgCollector,GroupIterator.CountCollector,GroupIterator.IntegerCollector,GroupIterator.SampleCollector,GroupIterator.StringBuilderCollector,GroupIterator.ValueCollector,StandardDeviationCollector,StatisticCollector,VarianceCollector
@Experimental public interface AggregateCollector
Collector for values used byAggregateFunction's
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuegetFinalValue()
-
-
-
Method Detail
-
getFinalValue
Value getFinalValue()
-
-