A set of string constants for the parameter AggregateStatisticsRequest.options. More…
Static Public Attributes | |
| const string | ADDITIONAL_COLUMN_NAMES = “additional_column_names” |
| A list of comma separated column names over which statistics can be accumulated along with the primary column. | |
| const string | WEIGHT_COLUMN_NAME = “weight_column_name” |
| Name of column used as weighting attribute for the weighted average statistic. | |
Detailed Description
A set of string constants for the parameter AggregateStatisticsRequest.options.
Optional parameters.
Definition at line 139 of file AggregateStatistics.cs.
Member Data Documentation
◆ ADDITIONAL_COLUMN_NAMES
| static |
A list of comma separated column names over which statistics can be accumulated along with the primary column.
All columns listed and AggregateStatisticsRequest.column_name must be of the same type. Must not include the column specified in AggregateStatisticsRequest.column_name and no column can be listed twice.
Definition at line 149 of file AggregateStatistics.cs.
◆ WEIGHT_COLUMN_NAME
| static |
Name of column used as weighting attribute for the weighted average statistic.
Definition at line 153 of file AggregateStatistics.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/AggregateStatistics.cs
- Kinetica/Protocol/AggregateStatistics.cs