Class CountWhere

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

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