Skip to content

Commit

Permalink
Updated documentation of round function return type (#1725)
Browse files Browse the repository at this point in the history
* fixed round documentation

Signed-off-by: Matthew Wells <[email protected]>
(cherry picked from commit 34cad6e)
  • Loading branch information
matthewryanwells authored and github-actions[bot] committed Jun 22, 2023
1 parent 34d2b7a commit 934ebd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/user/dql/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,10 @@ Usage: ROUND(x, d) rounds the argument x to d decimal places, d defaults to 0 if
Argument 1 type: INTEGER/LONG/FLOAT/DOUBLE
Argument 2 type (optional): INTEGER

Return type: LONG
Return type map:

(INTEGER/LONG[, INTEGER]) -> LONG
(FLOAT/DOUBLE[, INTEGER]) -> DOUBLE

Example::

Expand Down

0 comments on commit 934ebd0

Please sign in to comment.