Skip to content

timeSeriesTools ​

Command: timeSeriesTools
Category: System Tools
Status: Production Ready

Description ​

Analyze and operate on time-series data.

Syntax ​

bash
hana-cli timeSeriesTools [action] [options]

Command Diagram ​

Aliases ​

  • tsTools
  • timeseries
  • timeseriestools

Parameters ​

Positional Arguments ​

ParameterTypeDescription
actionstringAction to perform

Options ​

OptionAliasTypeDefaultDescription
--action-astringlistAction. Choices: list, analyze, aggregate, forecast, detect, info
--table-t, --Tablestring-Target table
--table-tstring-Target table
--schema-sstring**CURRENT_SCHEMA**Schema name
--timeColumn--tcstring-Timestamp column
--valueColumn--vcstring-Numeric value column
--interval-istringHOURAggregation interval. Choices: SECOND, MINUTE, HOUR, DAY, WEEK, MONTH
--limit-lnumber1000Maximum rows returned

For a complete list of parameters and options, use:

bash
hana-cli timeSeriesTools --help

Examples ​

Basic Usage ​

bash
hana-cli timeSeriesTools --action analyze --table TIMESERIES_DATA

Run the analyze action for the specified time-series table.

See the Commands Reference for other commands in this category.

See Also ​