timeSeriesInstantDeltaToGrid
idelta の計算に使用するサンプルは、指定された時間ウィンドウ内で考慮されます。
構文
start_timestamp— グリッドの開始を指定します。UInt32またはDateTimeend_timestamp— グリッドの終了を指定します。UInt32またはDateTimegrid_step— グリッドの刻み幅を秒単位で指定します。UInt32staleness— 対象とするサンプルの最大の古さを秒単位で指定します。staleness window は左開右閉区間です。UInt32
timestamp— サンプルのタイムスタンプです。単一の値または配列を指定できます。UInt32またはDateTimeまたはArray(UInt32)またはArray(DateTime)value— タイムスタンプに対応する時系列の値です。単一の値または配列を指定できます。Float*またはArray(Float*)
Array(Nullable(Float64))
例
個別の timestamp-value ペアを使用する基本的な使い方
Query
Response
Query
Response