ExpressionRelationships

Enumeration

Possible relationships for an expression BETWEEN -- used to show between two values, i.e. 7 < x < 10 IS_EXACTLY -- for exact matching, i.e. two same strings

Enumeration members

Enumeration member Value Notes
BETWEEN "between"
IS_EXACTLY "isExactly"
LIKE "like"

Enumeration defined in common/src/core/types/Metrics.ts:215