mirror of
https://github.com/minio/minio.git
synced 2025-02-04 18:36:00 -05:00
c0b4bf0a3e
select * , select column names have been implemented for CSV. select * is implemented for JSON.
10 lines
136 B
Go
10 lines
136 B
Go
//+build !go1.7
|
|
|
|
package reflect2
|
|
|
|
import "unsafe"
|
|
|
|
func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer {
|
|
return nil
|
|
}
|