Class Count

java.lang.Object
io.deephaven.api.agg.Count
All Implemented Interfaces:
Aggregation

@Immutable public abstract class Count extends Object implements Aggregation
An aggregation that provides a single output column with the number of rows in each aggregation group.
See Also:
  • Constructor Details

    • Count

      public Count()
  • Method Details