Package io.deephaven.qst.table
Interface AggregateTable.Builder
- Enclosing class:
- AggregateTable
public static interface AggregateTable.Builder
-
Method Summary
Modifier and TypeMethodDescriptionaddAggregations(Aggregation element) addAggregations(Aggregation... elements) addAllAggregations(Iterable<? extends Aggregation> elements) addAllGroupByColumns(Iterable<? extends ColumnName> elements) addGroupByColumns(ColumnName element) addGroupByColumns(ColumnName... elements) build()initialGroups(TableSpec initialGroups) initialGroups(Optional<? extends TableSpec> initialGroups) preserveEmpty(boolean preserveEmpty)
-
Method Details
-
addAggregations
-
addAggregations
-
addAllAggregations
-
preserveEmpty
-
initialGroups
-
initialGroups
-
parent
-
addGroupByColumns
-
addGroupByColumns
-
addAllGroupByColumns
-
build
AggregateTable build()
-