A set of string constants for the parameter AggregateStatisticsByRangeRequest.options. More…
Static Public Attributes | |
| const string | ADDITIONAL_COLUMN_NAMES = “additional_column_names” |
| A list of comma separated value-column names over which statistics can be accumulated along with the primary value_column. | |
| const string | BIN_VALUES = “bin_values” |
| A list of comma separated binning-column values. | |
| const string | WEIGHT_COLUMN_NAME = “weight_column_name” |
| Name of the column used as weighting column for the weighted_average statistic. | |
| const string | ORDER_COLUMN_NAME = “order_column_name” |
| Name of the column used for candlestick charting techniques. | |
Detailed Description
A set of string constants for the parameter AggregateStatisticsByRangeRequest.options.
Optional parameters.
Definition at line 46 of file AggregateStatisticsByRange.cs.
Member Data Documentation
◆ ADDITIONAL_COLUMN_NAMES
| static |
A list of comma separated value-column names over which statistics can be accumulated along with the primary value_column.
Definition at line 51 of file AggregateStatisticsByRange.cs.
◆ BIN_VALUES
| static |
A list of comma separated binning-column values.
Values that match the nth bin_values value are placed in the nth bin.
Definition at line 56 of file AggregateStatisticsByRange.cs.
◆ ORDER_COLUMN_NAME
| static |
Name of the column used for candlestick charting techniques.
Definition at line 64 of file AggregateStatisticsByRange.cs.
◆ WEIGHT_COLUMN_NAME
| static |
Name of the column used as weighting column for the weighted_average statistic.
Definition at line 60 of file AggregateStatisticsByRange.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AggregateStatisticsByRange.cs
- Kinetica/Protocol/AggregateStatisticsByRange.cs