) (sqlparser.Expr, error) {
switch operator {
newExpr := newJSONContainsExpr(col, value)
if operator == sqlparser.NotEqualStr {
newExpr = &sqlparser.NotExpr{Expr: newExpr}
}
case sqlparser.InStr, sqlparser.NotInStr:
valTupleExpr, isValTuple := value.(sqlparser.ValTuple)