- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for errUnsupportedCast (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/s3select/sql/funceval.go
return nil, err } t, ok := timeVal.ToTimestamp() if !ok { return nil, errNonTimestampArg } return extract(strings.ToUpper(e.Timeword), t) } func errUnsupportedCast(fromType, toType string) error { return fmt.Errorf("Cannot cast from %v to %v", fromType, toType) } func errCastFailure(msg string) error { return fmt.Errorf("Error casting: %s", msg) }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 13.2K bytes - Click Count (0)