spark_connect_rs::functions

Function bround

Source
pub fn bround(col: impl Into<Column>, scale: Option<f32>) -> Column
Expand description

Round the given value to scale decimal places using HALF_EVEN rounding mode if scale >= 0 or at integral part when scale < 0.