Imports of package testutils

PathSynopsis
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
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/bitutil
github.com/apache/arrow/go/v15/arrow/endian
github.com/apache/arrow/go/v15/arrow/float16
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/apache/arrow/go/v15/parquetPackage parquet provides an implementation of Apache Parquet for Go.
github.com/apache/arrow/go/v15/parquet/compressPackage 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/pqarrowPackage 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/schemaPackage schema provides types and functions for manipulating and building parquet file schemas.
github.com/stretchr/testify/mockPackage 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/distuvPackage distuv provides univariate random distribution types.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.