Function isBinaryOperator

  • Parameters

    • op: unknown

    Returns op is "match" | "is" | "=" | "==" | "!=" | "<>" | ">" | ">=" | "<" | "<=" | "in" | "not in" | "is not" | "like" | "not like" | "ilike" | "not ilike" | "@>" | "<@" | "&&" | "?" | "?&" | "!<" | "!>" | "<=>" | "!~" | "~" | "~*" | "!~*" | "@@" | "@@@" | "!!" | "<->" | "regexp" | "is distinct from" | "is not distinct from" | "+" | "-" | "*" | "/" | "%" | "^" | "&" | "|" | "#" | "<<" | ">>" | "||"

Generated using TypeDoc