Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-replace-private-preview-badge-man.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
timeSeriesGroupArray
Introduced in: v25.8.0 Sorts time series data by timestamp in ascending order.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. If there are multiple values for the same timestamp then the function chooses the greatest of these values. Array(Tuple(T1, T2))
Examples
Basic usage with individual values
Query
Response
Query
Response