Package io.deephaven.api.agg
package io.deephaven.api.agg
-
ClassDescriptionRepresents an aggregation that can be applied to a table.Visitor interface.A visitor to describe the input and aggregation
column name pairsforaggregations.Optimizes a collection ofaggregationsby grouping like-specced aggregations together.A visitor to get the ordered outputcolumn namesforaggregations.A visitor to get the ordered input/outputcolumn name pairsforaggregations.Aggregations is anAggregationthat is a collection of two or moreaggregations.A ColumnAggregation is anAggregationthat is composed of aspecand a single input/output columnpair.ColumnAggregations is anAggregationthat is composed of aspecand multiple input/output columnpairs.Anaggregationthat provides a single output column with the number of rows in each aggregation group.Anaggregationthat provides a single output column with the number of rows in each aggregation group.Anaggregationthat provides a single output column with the first row key from the input table for each aggregation group in the result.Anaggregationthat provides a single output column that is computed by applying a formula to a set of input columns.Anaggregationthat provides a single output column with the last row key from the input table for each aggregation group in the result.AnAggregationthat provides a single output column with sub-tables of the input table for each aggregation group in the result.