github.com/segmentio/parquet-go@v0.0.0-20230712180008-5d42db8f0d47/encoding/delta/length_byte_array_amd64.go (about)

     1  //go:build !purego
     2  
     3  package delta
     4  
     5  //go:noescape
     6  func encodeByteArrayLengths(lengths []int32, offsets []uint32)
     7  
     8  //go:noescape
     9  func decodeByteArrayLengths(offsets []uint32, lengths []int32) (lastOffset uint32, invalidLength int32)