Class JsAggregationOperation
java.lang.Object
io.deephaven.web.client.api.tree.enums.JsAggregationOperation
@JsType(name="AggregationOperation",
namespace="dh")
@TsTypeDef(tsType="string")
public class JsAggregationOperation
extends Object
This enum describes the name of each supported operation/aggregation type when creating a `TreeTable`.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The total number of values in the specified column.static final String
The total number of values in the specified column.static final String
The total number of values in the specified column.static final String
The total number of values in the specified column.static final String
The total number of values in the specified column.static final String
The total number of values in the specified column.static final String
The total number of values in the specified column.static final String
The total number of values in the specified column.static final String
The total number of values in the specified column.static final String
The total number of values in the specified column.static final String
Indicates that this column should not be aggregated.static final String
The total number of values in the specified column.static final String
The total number of values in the specified column.static final String
The total number of values in the specified column.static final String
The total number of values in the specified column. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
canAggregateType
(String aggregationType, String columnType)
-
Field Details
-
COUNT
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
COUNT_DISTINCT
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
DISTINCT
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
MIN
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
MAX
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
SUM
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
ABS_SUM
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
VAR
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
AVG
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
MEDIAN
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
STD
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
FIRST
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
LAST
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
UNIQUE
The total number of values in the specified column. Can apply to any type. String value is "Count".- See Also:
-
SKIP
Indicates that this column should not be aggregated. String value is "Skip".- See Also:
-
-
Constructor Details
-
JsAggregationOperation
public JsAggregationOperation()
-
-
Method Details
-
canAggregateType
-