Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter info. More...
Public Attributes | |
const string | MIN_STRING = "min_string" |
The minimum value of column_name when it is a char type More... | |
const string | MAX_STRING = "max_string" |
The maximum value of column_name when it is a char type More... | |
A set of string constants for the parameter info.
Additional information.
Definition at line 69 of file AggregateMinMax.cs.
const string kinetica.AggregateMinMaxResponse.Info.MAX_STRING = "max_string" |
The maximum value of column_name when it is a char type
Definition at line 79 of file AggregateMinMax.cs.
const string kinetica.AggregateMinMaxResponse.Info.MIN_STRING = "min_string" |
The minimum value of column_name when it is a char type
Definition at line 74 of file AggregateMinMax.cs.