Calculates and returns the minimum and maximum values of a particular column in a table.
Output Parameter Description
| Name | Type | Description |
|---|
| min | double | Minimum value of the input parameter column_name. |
| max | double | Maximum value of the input parameter column_name. |
| info | map of string to strings | Additional information. The default value is an empty map ( {} ). | Possible
Parameters
(keys) | Parameter Description |
|---|
| min_string | The minimum value of input parameter column_name, stored as a byte vector. | | max_string | The maximum value of input parameter column_name, stored as a byte vector |
|