Supported operators

Pentaho Metadata Editor

Version
10.1.x
Audience
anonymous
Part Number
MK-95PDIA007-11

The table below contains a listing of supported operators.

Operator Description
= Returns true if two expressions are equal.
> Returns true if first expression is larger than the second.
< Returns true if first expression is smaller than the second.
>= Returns true if first expression is larger than or equal to the second.
<= Returns true if first expression is smaller than or equal to the second.
<> Returns true if two expressions are not equal.
+ Adds two values.
- Subtracts two values.
* Multiplies two values.
/ Divides two values.