Imports of package ipc

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
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/arrowPackage arrow provides an implementation of Apache Arrow.
github.com/apache/arrow/go/v15/arrow/arrayPackage array provides implementations of various Arrow array types.
github.com/apache/arrow/go/v15/arrow/arrioPackage arrio exposes functions to manipulate records, exposing and using interfaces not unlike the ones defined in the stdlib io package.
github.com/apache/arrow/go/v15/arrow/bitutil
github.com/apache/arrow/go/v15/arrow/endian
github.com/apache/arrow/go/v15/arrow/internal
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/internal/dictutils
github.com/apache/arrow/go/v15/arrow/internal/flatbuf
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/utils
github.com/google/flatbuffers/goPackage flatbuffers provides facilities to read and write flatbuffers objects.
github.com/klauspost/compress/zstd
github.com/pierrec/lz4/v4
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
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.
unsafePackage unsafe contains operations that step around the type safety of Go programs.