Round function
Rounds each value in a column.
Namespaces
math
Input
Non-decimal numeric values
Output
Double values
Syntax
set-column :column math:round(column)
Example
Returns the rounded value of each value in the test
column.
set-column :test math:round(test)
Created in 2020 by Google Inc.