Imports of package arrow

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/apache/arrow/go/v15/arrow/bitutil
github.com/apache/arrow/go/v15/arrow/decimal128
github.com/apache/arrow/go/v15/arrow/decimal256
github.com/apache/arrow/go/v15/arrow/endian
github.com/apache/arrow/go/v15/arrow/float16
github.com/apache/arrow/go/v15/arrow/internal/debugPackage debug provides APIs for conditional runtime assertions and debug logging.
github.com/apache/arrow/go/v15/arrow/memoryPackage memory provides support for allocating and manipulating memory at a low level.
github.com/apache/arrow/go/v15/internal/json
golang.org/x/exp/constraintsPackage constraints defines a set of useful constraints to be used with type parameters.
golang.org/x/xerrorsPackage xerrors implements functions to manipulate errors.
hash/maphashPackage maphash provides hash functions on byte sequences and comparable values.
mathPackage math provides basic constants and mathematical functions.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.