package internal
Import Path
github.com/apache/arrow-go/v18/arrow/internal (on go.dev)
Dependency Relation
imports 2 packages, and imported by 2 packages
Involved Source Files
utils.go
Package-Level Functions (total 3)
DefaultHasValidityBitmap is a convenience function equivalent to
calling HasValidityBitmap with CurMetadataVersion.
HasBufferSizesBuffer returns whether a given type has an extra buffer
in the C ABI to store the sizes of other buffers. Currently this is only
StringView and BinaryView.
HasValidityBitmap returns whether the given type at the provided version is
expected to have a validity bitmap in it's representation.
Typically this is necessary because of the change between V4 and V5
where union types no longer have validity bitmaps.
Package-Level Constants (only one)
const CurMetadataVersion flatbuf.MetadataVersion = 4![]() |
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. |