GetThreshold function

The GetThreshold function returns the threshold associated with the specified time series.

Syntax

GetThreshold(ts     TimeSeries)
returns integer;
ts
The source time series.

Description

The equivalent API function is ts_get_threshold().

Returns

The threshold of the supplied time series.

Example

The following query returns the threshold of the specified time series:
select GetThreshold(stock_data) from daily_stocks;