- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for errParseUnsupportedCaseClause (0.31 sec)
-
cmd/apierrorcode_string.go
_ = x[ErrParseUnsupportedToken-261] _ = x[ErrParseUnsupportedLiteralsGroupBy-262] _ = x[ErrParseExpectedMember-263] _ = x[ErrParseUnsupportedSelect-264] _ = x[ErrParseUnsupportedCase-265] _ = x[ErrParseUnsupportedCaseClause-266] _ = x[ErrParseUnsupportedAlias-267] _ = x[ErrParseUnsupportedSyntax-268] _ = x[ErrParseUnknownOperator-269] _ = x[ErrParseMissingIdentAfterAt-270] _ = x[ErrParseUnexpectedOperator-271]
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
return &s3Error{ code: "ParseUnsupportedCase", message: "The SQL expression contains an unsupported use of CASE.", statusCode: 400, cause: err, } } func errParseUnsupportedCaseClause(err error) *s3Error { return &s3Error{ code: "ParseUnsupportedCaseClause", message: "The SQL expression contains an unsupported use of CASE.", 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
ErrParseExpectedTypeName ErrParseExpectedWhenClause ErrParseUnsupportedToken ErrParseUnsupportedLiteralsGroupBy ErrParseExpectedMember ErrParseUnsupportedSelect ErrParseUnsupportedCase ErrParseUnsupportedCaseClause ErrParseUnsupportedAlias ErrParseUnsupportedSyntax ErrParseUnknownOperator ErrParseMissingIdentAfterAt ErrParseUnexpectedOperator ErrParseUnexpectedTerm ErrParseUnexpectedToken
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 92.1K bytes - Viewed (0)