A set of string constants for the parameter AggregateHistogramRequest.options. More…
Static Public Attributes | |
| const string | VALUE_COLUMN = “value_column” |
| The name of the column to use when calculating the bin values (values are summed). | |
| const string | START = “start” |
| The start parameter for char types. | |
| const string | END = “end” |
| The end parameter for char types. | |
| const string | INTERVAL = “interval” |
| The interval parameter for char types. | |
Detailed Description
A set of string constants for the parameter AggregateHistogramRequest.options.
Optional parameters.
Definition at line 36 of file AggregateHistogram.cs.
Member Data Documentation
◆ END
| static |
The end parameter for char types.
Definition at line 48 of file AggregateHistogram.cs.
◆ INTERVAL
| static |
The interval parameter for char types.
Definition at line 51 of file AggregateHistogram.cs.
◆ START
| static |
The start parameter for char types.
Definition at line 45 of file AggregateHistogram.cs.
◆ VALUE_COLUMN
| static |
The name of the column to use when calculating the bin values (values are summed).
The column must be a numerical type (int, double, long, float).
Definition at line 42 of file AggregateHistogram.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/AggregateHistogram.cs
- Kinetica/Protocol/AggregateHistogram.cs