| Modifier and Type | Class and Description |
|---|---|
static class |
CIAppAggregationFunction.CIAppAggregationFunctionSerializer |
| Modifier and Type | Field and Description |
|---|---|
static CIAppAggregationFunction |
AVG |
static CIAppAggregationFunction |
CARDINALITY |
static CIAppAggregationFunction |
COUNT |
static CIAppAggregationFunction |
DELTA |
static CIAppAggregationFunction |
EARLIEST |
static CIAppAggregationFunction |
LATEST |
static CIAppAggregationFunction |
MAX |
static CIAppAggregationFunction |
MEDIAN |
static CIAppAggregationFunction |
MIN |
static CIAppAggregationFunction |
MOST_FREQUENT |
static CIAppAggregationFunction |
PERCENTILE_75 |
static CIAppAggregationFunction |
PERCENTILE_90 |
static CIAppAggregationFunction |
PERCENTILE_95 |
static CIAppAggregationFunction |
PERCENTILE_98 |
static CIAppAggregationFunction |
PERCENTILE_99 |
static CIAppAggregationFunction |
SUM |
localAllowedValues, value| Modifier and Type | Method and Description |
|---|---|
static CIAppAggregationFunction |
fromValue(String value) |
public static final CIAppAggregationFunction COUNT
public static final CIAppAggregationFunction CARDINALITY
public static final CIAppAggregationFunction PERCENTILE_75
public static final CIAppAggregationFunction PERCENTILE_90
public static final CIAppAggregationFunction PERCENTILE_95
public static final CIAppAggregationFunction PERCENTILE_98
public static final CIAppAggregationFunction PERCENTILE_99
public static final CIAppAggregationFunction SUM
public static final CIAppAggregationFunction MIN
public static final CIAppAggregationFunction MAX
public static final CIAppAggregationFunction AVG
public static final CIAppAggregationFunction MEDIAN
public static final CIAppAggregationFunction LATEST
public static final CIAppAggregationFunction EARLIEST
public static final CIAppAggregationFunction MOST_FREQUENT
public static final CIAppAggregationFunction DELTA
public static CIAppAggregationFunction fromValue(String value)
Copyright © 2024. All rights reserved.