bytes | Package bytes implements functions for the manipulation of byte slices. |
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/v11/arrow | Package arrow provides an implementation of Apache Arrow. |
github.com/apache/arrow/go/v11/arrow/array | Package array provides implementations of various Arrow array types. |
github.com/apache/arrow/go/v11/arrow/bitutil | |
github.com/apache/arrow/go/v11/arrow/decimal128 | |
github.com/apache/arrow/go/v11/arrow/decimal256 | |
github.com/apache/arrow/go/v11/arrow/endian | |
github.com/apache/arrow/go/v11/arrow/float16 | |
github.com/apache/arrow/go/v11/arrow/internal/debug | Package debug provides APIs for conditional runtime assertions and debug logging. |
github.com/apache/arrow/go/v11/arrow/memory | Package memory provides support for allocating and manipulating memory at a low level. |
golang.org/x/exp/constraints | Package constraints defines a set of useful constraints to be used with type parameters. |
golang.org/x/xerrors | Package xerrors implements functions to manipulate errors. |
hash/maphash | Package maphash provides hash functions on byte sequences and comparable values. |
math | Package math provides basic constants and mathematical functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |