GetThreshold 函数

GetThreshold 函数返回与指定时间系列关联的阈值。

语法

GetThreshold(ts     TimeSeries)
returns integer;
ts
源时间系列。

描述

等效的 API 函数为 ts_get_threshold()

返回结果

所提供时间系列的阈值。

示例

以下查询返回指定时间系列的阈值:
select GetThreshold(stock_data) from daily_stocks;