-
The Integer type in CQL supports the representation of whole numbers, positive and negative. CQL supports a full set of Arithmetic Operators for performing computations involving whole numbers.
In addition, any operation involving Decimals can be used with values of type Integer because Integer values can always be implicitly converted to Decimal values.