Interface UserDefinedSqlAggregationFunction.INeedReaggregable

Enclosing class:
UserDefinedSqlAggregationFunction

public static interface UserDefinedSqlAggregationFunction.INeedReaggregable
Builder for re-aggregation capability.

Specifies if this aggregation function can be used on previous aggregate results.

It is used in aggregate table context. For instance an aggregate table DATE PRODUCT QUANTITY_SUM can be used to provide the aggregate DATE QUANTITY_SUM. Sum function can be used to re-aggregate the result of a sum aggregation.