bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
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/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/arrio | Package arrio exposes functions to manipulate records, exposing and using interfaces not unlike the ones defined in the stdlib io package. |
github.com/apache/arrow/go/v15/arrow/flight/gen/flight | |
github.com/apache/arrow/go/v15/arrow/internal/debug | Package debug provides APIs for conditional runtime assertions and debug logging. |
github.com/apache/arrow/go/v15/arrow/ipc | |
github.com/apache/arrow/go/v15/arrow/memory | Package memory provides support for allocating and manipulating memory at a low level. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/metadata | Package metadata define the structure of the metadata supported by gRPC library. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
google.golang.org/protobuf/proto | Package proto provides functions operating on protocol buffer messages. |
io | Package io provides basic interfaces to I/O primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |