mirror of
https://github.com/minio/minio.git
synced 2025-02-13 14:48:09 -05:00
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
|
|
}
|