Operators

Rockset supports the basic arithmetic operators shown below on any combination of int and float values.

OperatorDescription
+ xpositive sign
- xnegative sign
x + yaddition
x - ysubtraction
x * ymultiplication
x / ydivision
x % ymodulo (remainder)