- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Repr (0.04 sec)
-
internal/s3select/sql/value.go
case time.Time: return "TIMESTAMP" case []byte: return "BYTES" case []Value: return "ARRAY" case Missing: return "MISSING" } return "--" } // Repr returns a string representation of value. func (v Value) Repr() string { switch x := v.value.(type) { case nil: return ":NULL" case bool, int64, float64: return fmt.Sprintf("%v:%s", v.value, v.GetTypeString()) case time.Time:
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Feb 25 20:31:19 UTC 2022 - 20.2K bytes - Viewed (0)