Skip to content

round

function round(column, scale?): Column;

Defined in: functions/math.ts:13

Rounds the value of a column to the given number of decimal places using HALF_UP rounding mode.

Parameter Type Default value
column ColOrName undefined
scale number 0

Column