- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for errParseExpectedIdentForAt (0.14 sec)
-
cmd/apierrorcode_string.go
_ = x[ErrParseExpectedIdentForAlias-289] _ = x[ErrParseUnsupportedCallWithStar-290] _ = x[ErrParseNonUnaryAggregateFunctionCall-291] _ = x[ErrParseMalformedJoin-292] _ = x[ErrParseExpectedIdentForAt-293] _ = x[ErrParseAsteriskIsNotAloneInSelectList-294] _ = x[ErrParseCannotMixSqbAndWildcardInSelectList-295] _ = x[ErrParseInvalidContextForWildcardInSelectList-296]
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 21.6K bytes - Viewed (0) -
internal/s3select/unused-errors.go
return &s3Error{ code: "ParseMalformedJoin", message: "JOIN is not supported in the SQL expression.", statusCode: 400, cause: err, } } func errParseExpectedIdentForAt(err error) *s3Error { return &s3Error{ code: "ParseExpectedIdentForAt", message: "Did not find the expected identifier for AT name in the SQL expression.", statusCode: 400, cause: err,
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Feb 20 08:16:35 UTC 2024 - 17.5K bytes - Viewed (0) -
cmd/api-errors.go
ErrParseSelectMissingFrom ErrParseExpectedIdentForGroupName ErrParseExpectedIdentForAlias ErrParseUnsupportedCallWithStar ErrParseNonUnaryAggregateFunctionCall ErrParseMalformedJoin ErrParseExpectedIdentForAt ErrParseAsteriskIsNotAloneInSelectList ErrParseCannotMixSqbAndWildcardInSelectList ErrParseInvalidContextForWildcardInSelectList ErrIncorrectSQLFunctionArgumentType ErrValueParseFailure
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 93K bytes - Viewed (3)