- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for errCastFailed (0.06 seconds)
-
cmd/apierrorcode_string.go
_ = x[ErrIncorrectSQLFunctionArgumentType-297] _ = x[ErrValueParseFailure-298] _ = x[ErrEvaluatorInvalidArguments-299] _ = x[ErrIntegerOverflow-300] _ = x[ErrLikeInvalidInputs-301] _ = x[ErrCastFailed-302] _ = x[ErrInvalidCast-303] _ = x[ErrEvaluatorInvalidTimestampFormatPattern-304] _ = x[ErrEvaluatorInvalidTimestampFormatPatternSymbolForParsing-305] _ = x[ErrEvaluatorTimestampFormatPatternDuplicateFields-306]
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
// //////////////////////////////////////////////////////////////////////////////////// // // CAST() related errors. // // //////////////////////////////////////////////////////////////////////////////////// func errCastFailed(err error) *s3Error { return &s3Error{ code: "CastFailed", message: "Attempt to convert from one data type to another using CAST failed in the SQL expression.", 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)