case sqlparser.StartsWithStr:
return strings.HasPrefix(expectedStr, inStr), nil
return !strings.HasPrefix(expectedStr, inStr), nil
default:
return false, NewMatcherError("%s: operation %s is not supported for %s filter", invalidExpressionErrMessage, operation, fieldName)