Package com.illumon.iris.db.v2.by
Interface IterativeChunkedOperatorFactory
- All Known Implementing Classes:
AbsSumStateFactory
,AvgStateFactory
,CountDistinctStateFactory
,DistinctStateFactory
,IterativeOperatorStateFactory
,MinMaxIterativeOperatorFactory
,PercentileIterativeOperatorFactory
,StdStateFactory
,SumStateFactory
,UniqueStateFactory
,VarStateFactory
,WeightedSumStateFactoryImpl
public interface IterativeChunkedOperatorFactory
-
Method Summary
Modifier and Type Method Description IterativeChunkedAggregationOperator
getChunkedOperator(Class type, String resultName, boolean exposeInternalColumns)
-
Method Details
-
getChunkedOperator
IterativeChunkedAggregationOperator getChunkedOperator(Class type, String resultName, boolean exposeInternalColumns)
-