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)