Type Alias ComparisonOperator
ComparisonOperator:
| "="
| "=="
| "!="
| "<>"
| ">"
| ">="
| "<"
| "<="
| "in"
| "not in"
| "is"
| "is not"
| "like"
| "not like"
| "match"
| "ilike"
| "not ilike"
| "@>"
| "<@"
| "^@"
| "&&"
| "?"
| "?&"
| "?|"
| "!<"
| "!>"
| "<=>"
| "!~"
| "~"
| "~*"
| "!~*"
| "@@"
| "@@@"
| "!!"
| "<->"
| "regexp"
| "is distinct from"
| "is not distinct from"