bround
function bround(column, scale?): Column;Defined in: functions/math.ts:18
Rounds the value of a column to the given number of decimal places using HALF_EVEN rounding mode (Banker’s rounding).
Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
column | ColOrName | undefined |
scale | number | 0 |