Skip to content

Commit

Permalink
[Docs] adding admonition for div (#17093)
Browse files Browse the repository at this point in the history
Co-authored-by: Victoria Lim <[email protected]>
  • Loading branch information
edgar2020 and vtlim authored Sep 17, 2024
1 parent c5968aa commit 64a4d11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/querying/sql-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,10 @@ Returns the rank for a row within a window without gaps. For example, if two row

Returns the result of integer division of `x` by `y`.

:::info
The `DIV` function is not implemented in Druid versions 30.0.0 or earlier. Consider using [`SAFE_DIVIDE`](./sql-functions.md#safe_divide) instead.
:::

## DS_CDF

`DS_CDF(expr, splitPoint0, splitPoint1, ...)`
Expand Down

0 comments on commit 64a4d11

Please sign in to comment.