- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for errCastFailure (0.15 sec)
-
internal/s3select/sql/funceval.go
if !ok { return 0, errCastFailure("could not parse as int") } return res, nil case []byte: // Parse as number, truncate floating point if // needed. // String might contain trimming spaces, which // needs to be trimmed. res, ok := strToInt(strings.TrimSpace(string(x))) if !ok { return 0, errCastFailure("could not parse as int") } return res, nil
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 01 21:59:40 UTC 2021 - 13.2K bytes - Viewed (0)