Skip to content

Commit 934ebd0

Browse files
Updated documentation of round function return type (#1725)
* fixed round documentation Signed-off-by: Matthew Wells <matthew.wells@improving.com> (cherry picked from commit 34cad6e)
1 parent 34d2b7a commit 934ebd0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/user/dql/functions.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,10 @@ Usage: ROUND(x, d) rounds the argument x to d decimal places, d defaults to 0 if
901901
Argument 1 type: INTEGER/LONG/FLOAT/DOUBLE
902902
Argument 2 type (optional): INTEGER
903903

904-
Return type: LONG
904+
Return type map:
905+
906+
(INTEGER/LONG[, INTEGER]) -> LONG
907+
(FLOAT/DOUBLE[, INTEGER]) -> DOUBLE
905908

906909
Example::
907910

0 commit comments

Comments
 (0)