bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/apache/arrow/go/v15/arrow | Package arrow provides an implementation of Apache Arrow. |
github.com/apache/arrow/go/v15/arrow/array | Package array provides implementations of various Arrow array types. |
github.com/apache/arrow/go/v15/arrow/arrio | Package 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/debug | Package 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/memory | Package memory provides support for allocating and manipulating memory at a low level. |
github.com/apache/arrow/go/v15/internal/utils | |
github.com/google/flatbuffers/go | Package flatbuffers provides facilities to read and write flatbuffers objects. |
github.com/klauspost/compress/zstd | |
github.com/pierrec/lz4/v4 | |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |