- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ParseMalformedJoin (0.08 seconds)
-
internal/s3select/unused-errors.go
statusCode: 400, cause: err, } } func errParseMalformedJoin(err error) *s3Error { return &s3Error{ code: "ParseMalformedJoin", message: "JOIN is not supported in the SQL expression.", statusCode: 400, cause: err, } } func errParseExpectedIdentForAt(err error) *s3Error { return &s3Error{
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Feb 20 08:16:35 GMT 2024 - 17.5K bytes - Click Count (0) -
cmd/api-errors.go
Description: "Only one argument is supported for aggregate functions in the SQL expression.", HTTPStatusCode: http.StatusBadRequest, }, ErrParseMalformedJoin: { Code: "ParseMalformedJoin", Description: "JOIN is not supported in the SQL expression.", HTTPStatusCode: http.StatusBadRequest, }, ErrParseExpectedIdentForAt: { Code: "ParseExpectedIdentForAt",Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3)