//go:build !purego

package parquet

//go:noescape
func orderOfInt32( []int32) int

//go:noescape
func orderOfInt64( []int64) int

//go:noescape
func orderOfUint32( []uint32) int

//go:noescape
func orderOfUint64( []uint64) int

//go:noescape
func orderOfFloat32( []float32) int

//go:noescape
func orderOfFloat64( []float64) int