[]
Round: unary, simple (without aggregation) operation.
public static ColumnOp Rnd(Column col, int precision)
| 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 |