The ts_get_containername() function

The ts_get_containername() function gets the container name of the given time series.

Syntax

mi_string *
ts_get_containername(ts_timeseries *ts)
ts
The source time series.

Description

The equivalent SQL function is GetContainerName.

Returns

The name of the container for the given time series. This value must not be freed by the user.