7 using System.Collections.Generic;
30 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
48 IDictionary<string, string>
options = null)
50 this.table_name = table_name ??
"";
51 this.column_name = column_name ??
"";
52 this.options =
options ??
new Dictionary<string, string>();
65 public double min {
get; set; }
69 public double max {
get; set; }
A set of parameters for /aggregate/minmax.
A set of results returned by /aggregate/minmax.
AggregateMinMaxRequest()
Constructs an AggregateMinMaxRequest object with default parameters.
string column_name
Name of a column or an expression of one or more column on which the min-max will be calculated...
IDictionary< string, string > options
Optional parameters.
double min
Minimum value of the .
AggregateMinMaxRequest(string table_name, string column_name, IDictionary< string, string > options=null)
Constructs an AggregateMinMaxRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
string table_name
Name of the table on which the operation will be performed.
double max
Maximum value of the .