GetThreshold 函数返回与指定时间系列关联的阈值。
GetThreshold(ts TimeSeries) returns integer;
等效的 API 函数为 ts_get_threshold()。
所提供时间系列的阈值。
select GetThreshold(stock_data) from daily_stocks;