public class ListStreamComputeAggregation extends Object
| 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 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ListStreamComputeAggregation object is equal to o.
|
static ListStreamComputeAggregation |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
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 boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static ListStreamComputeAggregation fromValue(String value)
Copyright © 2023. All rights reserved.