LAST_ARRAY
Returns the last array of values seen in events within the time window.
Unlike LAST_K
this aggregation will not aggregate values across different events.
Syntax
LAST_ARRAY(VALUE)
Arguments
VALUE:
An expression of any type.
Returns
The result is an array of the same type as VALUE
.
Example
Data
Query:
Display the latest contents of a field for each key:
Results:
Related Functions
Dialog
Last updated