ray.data.aggregate.Count#

class ray.data.aggregate.Count(on: str | None = None, ignore_nulls: bool = False, alias_name: str | None = None)[source]#

Bases: AggregateFnV2

Defines count aggregation.

Methods