Class AggregationFunctions
- java.lang.Object
-
- cern.nxcals.api.custom.service.aggregation.AggregationFunctions
-
public final class AggregationFunctions extends java.lang.Object
Defines all available data aggregation functions- See Also:
AggregationFunction
,ExpandableAggregationFunction
-
-
Field Summary
Fields Modifier and Type Field Description static AggregationFunction
AVG
static AggregationFunction
COUNT
static ExpandableAggregationFunction
INTERPOLATE
static AggregationFunction
MAX
static AggregationFunction
MIN
static ExpandableAggregationFunction
REPEAT
static AggregationFunction
SUM
-
-
-
Field Detail
-
MIN
public static final AggregationFunction MIN
-
MAX
public static final AggregationFunction MAX
-
AVG
public static final AggregationFunction AVG
-
SUM
public static final AggregationFunction SUM
-
COUNT
public static final AggregationFunction COUNT
-
REPEAT
public static final ExpandableAggregationFunction REPEAT
-
INTERPOLATE
public static final ExpandableAggregationFunction INTERPOLATE
-
-