Script |
| Name | Description | |
|---|---|---|
| Min(DataColumn, DataColumn) | Computes the element-wise minimum of two data columns. | |
| Min(DataColumn, Double) | Computes the element-wise minimum of a data column and a scalar. | |
| Min(Double, DataColumn) | Computes the element-wise minimum of a scalar and a data column. | |
| Min(Double, DoubleColumn) | Computes the element-wise minimum of a scalar and a DoubleColumn. | |
| Min(Double, Double) | Returns the smaller of two double-precision floating-point numbers. | |
| Min(DoubleColumn, DoubleColumn) | Computes the element-wise minimum of two DoubleColumn instances. | |
| Min(DoubleColumn, Double) | Computes the element-wise minimum of a DoubleColumn and a scalar. |