| Modifier and Type | Class and Description |
|---|---|
static class |
ListStreamComputeAggregation.ListStreamComputeAggregationSerializer |
| Modifier and Type | Field and Description |
|---|---|
static ListStreamComputeAggregation |
AVG |
static ListStreamComputeAggregation |
CARDINALITY |
static ListStreamComputeAggregation |
COUNT |
static ListStreamComputeAggregation |
EARLIEST |
static ListStreamComputeAggregation |
LATEST |
static ListStreamComputeAggregation |
MAX |
static ListStreamComputeAggregation |
MEDIAN |
static ListStreamComputeAggregation |
MIN |
static ListStreamComputeAggregation |
MOST_FREQUENT |
static ListStreamComputeAggregation |
PC75 |
static ListStreamComputeAggregation |
PC90 |
static ListStreamComputeAggregation |
PC95 |
static ListStreamComputeAggregation |
PC98 |
static ListStreamComputeAggregation |
PC99 |
static ListStreamComputeAggregation |
SUM |
localAllowedValues, value| Modifier and Type | Method and Description |
|---|---|
static ListStreamComputeAggregation |
fromValue(String value) |
public static final ListStreamComputeAggregation COUNT
public static final ListStreamComputeAggregation CARDINALITY
public static final ListStreamComputeAggregation MEDIAN
public static final ListStreamComputeAggregation PC75
public static final ListStreamComputeAggregation PC90
public static final ListStreamComputeAggregation PC95
public static final ListStreamComputeAggregation PC98
public static final ListStreamComputeAggregation PC99
public static final ListStreamComputeAggregation SUM
public static final ListStreamComputeAggregation MIN
public static final ListStreamComputeAggregation MAX
public static final ListStreamComputeAggregation AVG
public static final ListStreamComputeAggregation EARLIEST
public static final ListStreamComputeAggregation LATEST
public static final ListStreamComputeAggregation MOST_FREQUENT
public static ListStreamComputeAggregation fromValue(String value)
Copyright © 2024. All rights reserved.