- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for errParseUnexpectedOperator (0.35 sec)
-
cmd/apierrorcode_string.go
_ = x[ErrParseUnsupportedCaseClause-266] _ = x[ErrParseUnsupportedAlias-267] _ = x[ErrParseUnsupportedSyntax-268] _ = x[ErrParseUnknownOperator-269] _ = x[ErrParseMissingIdentAfterAt-270] _ = x[ErrParseUnexpectedOperator-271] _ = x[ErrParseUnexpectedTerm-272] _ = x[ErrParseUnexpectedToken-273] _ = x[ErrParseUnexpectedKeyword-274] _ = x[ErrParseExpectedExpression-275] _ = x[ErrParseExpectedLeftParenAfterCast-276]
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 13 22:26:38 UTC 2024 - 21.4K bytes - Viewed (0) -
internal/s3select/unused-errors.go
code: "ParseMissingIdentAfterAt", message: "Did not find the expected identifier after the @ symbol in the SQL expression.", statusCode: 400, cause: err, } } func errParseUnexpectedOperator(err error) *s3Error { return &s3Error{ code: "ParseUnexpectedOperator", message: "The SQL expression contains an unexpected operator.", statusCode: 400, cause: err, } }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Feb 20 08:16:35 UTC 2024 - 17.5K bytes - Viewed (0) -
cmd/api-errors.go
ErrParseUnsupportedSelect ErrParseUnsupportedCase ErrParseUnsupportedCaseClause ErrParseUnsupportedAlias ErrParseUnsupportedSyntax ErrParseUnknownOperator ErrParseMissingIdentAfterAt ErrParseUnexpectedOperator ErrParseUnexpectedTerm ErrParseUnexpectedToken ErrParseUnexpectedKeyword ErrParseExpectedExpression ErrParseExpectedLeftParenAfterCast ErrParseExpectedLeftParenValueConstructor
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 92.1K bytes - Viewed (0)