Function round

Source
pub fn round<T: ToExpr + ToLiteralExpr>(col: T, scale: Option<f32>) -> Column
where Vec<T>: ToVecExpr,