timeSeriesData
timeSeriesData(db_name.time_series_table)
- Returns the data table
used by table db_name.time_series_table
which table engine is TimeSeries:
The function also works if the data table is inner:
The following queries are equivalent:
timeSeriesData(db_name.time_series_table)
- Returns the data table
used by table db_name.time_series_table
which table engine is TimeSeries:
The function also works if the data table is inner:
The following queries are equivalent: