encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
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/bitutil | |
github.com/apache/arrow/go/v15/arrow/endian | |
github.com/apache/arrow/go/v15/arrow/float16 | |
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/apache/arrow/go/v15/parquet | Package parquet provides an implementation of Apache Parquet for Go. |
github.com/apache/arrow/go/v15/parquet/compress | Package compress contains the interfaces and implementations for handling compression/decompression of parquet data at the column levels. |
github.com/apache/arrow/go/v15/parquet/file | |
github.com/apache/arrow/go/v15/parquet/internal/encoding | |
github.com/apache/arrow/go/v15/parquet/metadata | |
github.com/apache/arrow/go/v15/parquet/pqarrow | Package pqarrow provides the implementation for connecting Arrow directly with the Parquet implementation, allowing isolation of all the explicitly arrow related code to this package which has the interfaces for reading and writing directly to and from arrow Arrays/Tables/Records |
github.com/apache/arrow/go/v15/parquet/schema | Package schema provides types and functions for manipulating and building parquet file schemas. |
github.com/stretchr/testify/mock | Package mock provides a system by which it is possible to mock your objects and verify calls are happening as expected. |
golang.org/x/exp/rand | |
gonum.org/v1/gonum/stat/distuv | Package distuv provides univariate random distribution types. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
time | Package time provides functionality for measuring and displaying time. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |