- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for errParseEmptySelect (0.09 seconds)
-
cmd/apierrorcode_string.go
_ = x[ErrParseExpectedLeftParenBuiltinFunctionCall-282] _ = x[ErrParseExpectedArgumentDelimiter-283] _ = x[ErrParseCastArity-284] _ = x[ErrParseInvalidTypeParam-285] _ = x[ErrParseEmptySelect-286] _ = x[ErrParseSelectMissingFrom-287] _ = x[ErrParseExpectedIdentForGroupName-288] _ = x[ErrParseExpectedIdentForAlias-289] _ = x[ErrParseUnsupportedCallWithStar-290]
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 21.6K bytes - Click Count (0) -
internal/s3select/unused-errors.go
return &s3Error{ code: "ParseCastArity", message: "The SQL expression CAST has incorrect arity.", statusCode: 400, cause: err, } } func errParseEmptySelect(err error) *s3Error { return &s3Error{ code: "ParseEmptySelect", message: "The SQL expression contains an empty SELECT.", statusCode: 400, cause: err, } }
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)