Rockset supports the basic arithmetic operators shown below on any combination of int
and float
values.
Operator | Description |
---|---|
+ x | positive sign |
- x | negative sign |
x + y | addition |
x - y | subtraction |
x * y | multiplication |
x / y | division |
x % y | modulo (remainder) |