Package com.qfs.agg

Interface IAggregationFunction

All Superinterfaces:
IGenericAggregationFunction, IPluginValue, Serializable
All Known Subinterfaces:
IHistoryAggregationFunction
All Known Implementing Classes:
AAggregationFunction, AGenericAggregationFunction, AGenericBaseAggregationFunction, AGenericVectorAggregationFunction, AVectorAggregationFunction, AvgFunction, ComparableMaxFunction, CopyFunction, CountFunction, DistinctCountFunction, DistinctCountSupportingRemovalsFunction, GrossSumFunction, LongFunction, MaxFunction, MaxHistoryFunction, MedianFunction, MinFunction, MinHistoryFunction, MultiplyFunction, PercentileFunction, ShortFunction, SingleValueFunction, SquareSumFunction, SumFunction, TimestampFunction

public interface IAggregationFunction extends IGenericAggregationFunction
Aggregation function based on a single field.
Author:
ActiveViam