Imports of package scalar

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/apache/arrow/go/v11/arrowPackage arrow provides an implementation of Apache Arrow.
github.com/apache/arrow/go/v11/arrow/arrayPackage 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/debugPackage debug provides APIs for conditional runtime assertions and debug logging.
github.com/apache/arrow/go/v11/arrow/memoryPackage memory provides support for allocating and manipulating memory at a low level.
golang.org/x/exp/constraintsPackage constraints defines a set of useful constraints to be used with type parameters.
golang.org/x/xerrorsPackage xerrors implements functions to manipulate errors.
hash/maphashPackage maphash provides hash functions on byte sequences and comparable values.
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.
unsafePackage unsafe contains operations that step around the type safety of Go programs.