pub fn round_expr(
projection: &NumericProjectionExpr,
scale: u32,
) -> RoundProjectionExprExpand description
Build ROUND(expr, scale) for one existing bounded numeric projection.
§Panics
Panics when scale exceeds the supported numeric projection scale.