timeSeriesInstantDeltaToGrid
idelta 时会使用指定时间窗口内的样本。
语法
start_timestamp— 指定网格的起始时间。UInt32或DateTimeend_timestamp— 指定网格的结束时间。UInt32或DateTimegrid_step— 指定网格步长 (以秒为单位) 。UInt32staleness— 指定所考虑样本允许的最大陈旧时间 (以秒为单位) 。陈旧窗口为左开右闭区间。UInt32
timestamp— 样本的时间戳。可以是单个值,也可以是数组。UInt32或DateTime或Array(UInt32)或Array(DateTime)value— 与该时间戳对应的时间序列值。可以是单个值,也可以是数组。Float*或Array(Float*)
Array(Nullable(Float64))
示例
使用单个时间戳-值对的基本用法
Query
Response
Query
Response