[]
Round: unary, simple (without aggregation) operation.
public static ColumnOp Rnd(Column col, int precision)
Public Shared Function Rnd(col As Column, precision As Integer) As ColumnOp
| Type | Name | Description |
|---|---|---|
| Column | col | Operand. |
| int | precision | Number of decimal places to round to. Can be negative, meaning rounding to the nearest hundreds, thousands, etc. |
| Type | Description |
|---|---|
| ColumnOp |