Source File
column_buffer_amd64.go
Belonging Package
github.com/parquet-go/parquet-go
//go:build !puregopackage parquetimport ()func broadcastValueInt32( []int32, int8) {bytealg.Broadcast(unsafecast.Slice[byte](), byte())}//go:noescapefunc broadcastRangeInt32AVX2( []int32, int32)func broadcastRangeInt32( []int32, int32) {if len() >= 8 && cpu.X86.HasAVX2 {broadcastRangeInt32AVX2(, )} else {for := range {[] = + int32()}}}//go:noescapefunc writePointersBE128( [][16]byte, sparse.Array)
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |