Add support for `ROUND(x, d)` (`RoundWithFrac`). `ROUND(x)` is actually `ROUND(x, 0)` and is already supported by TiFlash.