The ts_reveal_elem() function
The ts_reveal_elem() function makes the element at a given time stamp visible to a scan. It reverses the effect of ts_hide_elem().
Syntax
ts_timeseries
ts_reveal_elem(ts_tsdesc *tsdesc,
mi_datetime *tstamp)
- ts_desc
- The time series descriptor returned by ts_open() for the source time series.
- tstamp
- The time stamp to be made visible to the scan.
Description
The equivalent SQL function is RevealElem.
Returns
The modified time series. No error is raised if there is no element at the given time stamp.