timeSeriesGroupArray
Introduced in: v25.8.0 Sorts time series data by timestamp in ascending order. If several samples have the same timestamp, only one of them is used: the sample with the greatest value. A NaN value loses to any other value, so a NaN value is used only if all samples at this timestamp are NaN.This function is experimental, enable it by setting
allow_experimental_ts_to_grid_aggregate_function=true.timestamp— Timestamp of the sample.DateTimeorUInt32orUInt64value— Value of the time series corresponding to the timestamp.(U)Int*orFloat*orDecimal
(timestamp, value) sorted by timestamp in ascending order. Array(Tuple(T1, T2))
Examples
Basic usage with individual values
Query
Response
Query
Response