Skip to content

Commit

Permalink
chore: update rem expression guide (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyukitanimura authored Sep 27, 2024
1 parent 317a534 commit a8156b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/user-guide/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ The following Spark expressions are currently available. Any known compatibility

## Binary Arithmetic

| Expression | Notes |
| --------------- | --------------------------------------------------- |
| Add (`+`) | |
| Subtract (`-`) | |
| Multiply (`*`) | |
| Divide (`/`) | |
| Remainder (`%`) | Comet produces `NaN` instead of `NULL` for `% -0.0` |
| Expression | Notes |
| --------------- | ----- |
| Add (`+`) | |
| Subtract (`-`) | |
| Multiply (`*`) | |
| Divide (`/`) | |
| Remainder (`%`) | |

## Conditional Expressions

Expand Down

0 comments on commit a8156b5

Please sign in to comment.