Variable: collect
constcollect:AggregateFn
Defined in: packages/core/src/aggregates/data-structures.ts:10
Collects the values received into an array, in arrival order.
Remarks
Unlike the numeric aggregates this keeps nulls (see
AggregateFn.includeNulls). Its inverse step evicts from the front, so
in a sliding window it yields the values currently in the frame.