Package io.deephaven.api.agg
Class Count
java.lang.Object
io.deephaven.api.agg.Count
- All Implemented Interfaces:
Aggregation
An
aggregation that provides a single output column with the number of rows in each aggregation
group.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.agg.Aggregation
Aggregation.Visitor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ColumnNamecolumn()static Countof(ColumnName name) static Countfinal <V extends Aggregation.Visitor>
Vwalk(V visitor) Glue method to deliver this Aggregation to aAggSpec.Visitor.
-
Constructor Details
-
Count
public Count()
-
-
Method Details
-
of
-
of
-
column
-
walk
Description copied from interface:AggregationGlue method to deliver this Aggregation to aAggSpec.Visitor.- Specified by:
walkin interfaceAggregation- Parameters:
visitor- The visitor- Returns:
- The visitor
-