- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for errParseCastArity (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/apierrorcode_string.go
_ = x[ErrParseExpectedLeftParenAfterCast-280] _ = x[ErrParseExpectedLeftParenValueConstructor-281] _ = x[ErrParseExpectedLeftParenBuiltinFunctionCall-282] _ = x[ErrParseExpectedArgumentDelimiter-283] _ = x[ErrParseCastArity-284] _ = x[ErrParseInvalidTypeParam-285] _ = x[ErrParseEmptySelect-286] _ = x[ErrParseSelectMissingFrom-287] _ = x[ErrParseExpectedIdentForGroupName-288] _ = x[ErrParseExpectedIdentForAlias-289]
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 21.6K bytes - Click Count (0) -
internal/s3select/unused-errors.go
return &s3Error{ code: "ParseExpectedArgumentDelimiter", message: "Did not find the expected argument delimiter in the SQL expression.", statusCode: 400, cause: err, } } func errParseCastArity(err error) *s3Error { return &s3Error{ code: "ParseCastArity", message: "The SQL expression CAST has incorrect arity.", statusCode: 400, cause: err, } }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Feb 20 08:16:35 GMT 2024 - 17.5K bytes - Click Count (0) -
cmd/api-errors.go
ErrParseExpectedExpression ErrParseExpectedLeftParenAfterCast ErrParseExpectedLeftParenValueConstructor ErrParseExpectedLeftParenBuiltinFunctionCall ErrParseExpectedArgumentDelimiter ErrParseCastArity ErrParseInvalidTypeParam ErrParseEmptySelect ErrParseSelectMissingFrom ErrParseExpectedIdentForGroupName ErrParseExpectedIdentForAlias ErrParseUnsupportedCallWithStar
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3)