pub fn round(field: impl AsRef<str>, scale: u32) -> RoundProjectionExpr
Build ROUND(field, scale).
ROUND(field, scale)
Panics when scale exceeds the supported numeric projection scale.
scale