[
    "$eq",
    "$ne",
    "$gte",
    "$gt",
    "$lte",
    "$lt",
    "$not",
    "$in",
    "$notIn",
    "$is",
    "$like",
    "$notLike",
    "$iLike",
    "$notILike",
    "$regexp",
    "$notRegexp",
    "$iRegexp",
    "$notIRegexp",
    "$between",
    "$notBetween",
    "$overlap",
    "$contains",
    "$contained",
    "$adjacent",
    "$strictLeft",
    "$strictRight",
    "$noExtendRight",
    "$noExtendLeft",
    "$and",
    "$or",
    "$any",
    "$all",
    "$values"
]
