Operator:
    | "="
    | "!="
    | ">"
    | "<>"
    | "<"
    | ">="
    | "<="
    | "LIKE"
    | "NOT LIKE"
    | "IN"
    | "NOT IN"
    | "IS NULL"
    | "IS NOT NULL"

Valid SQL operators that can be used in filter conditions