Variable: count
constcount:AggregateFn
Defined in: packages/core/src/aggregates/math.ts:8
Counts the values received. Supports windowed evaluation through its inverse
step. Like the other aggregates it ignores nulls, so it counts non-null
inputs.