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