Interface AggregationFunctionFactory
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MaxAggregationFunction.MaxAggregationFunctionFactory,MinAggregationFunction.MinAggregationFunctionFactory,SumAggregationFunction.SumAggregationFunctionFactory
@Internal public interface AggregationFunctionFactory extends Serializable
Interface of factory for creatingAggregationFunction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> AggregationFunction<T>createAggregationFunction(Class<T> type)
-
-
-
Method Detail
-
createAggregationFunction
<T> AggregationFunction<T> createAggregationFunction(Class<T> type)
-
-