- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TIMEZONE_MINUTE (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/s3select/sql/timestampfuncs.go
timePartDay = "DAY" timePartHour = "HOUR" timePartMinute = "MINUTE" timePartSecond = "SECOND" timePartTimezoneHour = "TIMEZONE_HOUR" timePartTimezoneMinute = "TIMEZONE_MINUTE" ) func extract(what string, t time.Time) (v *Value, err error) { switch what { case timePartYear: return FromInt(int64(t.Year())), nil case timePartMonth: return FromInt(int64(t.Month())), nil
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 4.8K bytes - Click Count (0)