LAST_ARRAY

Gets the last array of values seen in the events within the time window.

Unlike LAST_K, this aggregation will not aggregate values across different events.

Syntax

LAST_ARRAY(VALUE)

Arguments

VALUE

Type: array

The value to return.

Returns

Type: array

Returns the last array of values seen in the events within the time window.

Last updated