The ts_get_packed() function
The ts_get_packed() function returns whether the specified time series contains packed data.
Syntax
mi_integer
ts_get_packed(ts_timeseries *ts)
- ts
- The name of the time series.
Description
Use the ts_get_packed() function to determine whether a time series stores either hertz data or compressed numeric data in packed elements.
Returns
Returns 1 if the time series contains packed data; returns 0 if the time series does not contain packed data.