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.

ParameterTypeDefault value
columnColOrNameundefined
scalenumber0

Column