VTL - Comparison operators
| Name | Symbol | Scalar | Component | Dataset |
|---|---|---|---|---|
| Equal to | = | ✔️ | ✔️ | ✔️ |
| Not equal to | <> | ✔️ | ✔️ | ✔️ |
| Greater than | > | ✔️ | ✔️ | ✔️ |
| Less than | < | ✔️ | ✔️ | ✔️ |
| Greater or equal than | >= | ✔️ | ✔️ | ✔️ |
| Less or equal than | <= | ✔️ | ✔️ | ✔️ |
| Between | between | ✔️ | ✔️ | ✔️ |
| Element of | in / not_in | ✔️ | ✔️ | ✔️ |
| Match characters | match_characters | ✔️ | ✔️ | ✔️ |
| Is null | isnull | ✔️ | ✔️ | ✔️ |
| Exists in | exists_in | N/A | N/A | ❌ |