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. |
github.com/apache/arrow/go/v15/arrow | Package arrow provides an implementation of Apache Arrow. |
github.com/apache/arrow/go/v15/arrow/bitutil | |
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/bitutils | |
github.com/apache/arrow/go/v15/internal/utils | |
github.com/apache/arrow/go/v15/parquet | Package parquet provides an implementation of Apache Parquet for Go. |
golang.org/x/xerrors | Package xerrors implements functions to manipulate errors. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
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. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |