Imports of package bigquery

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cloud.google.com/go/bigquery/internalPackage internal is used to manage versioning of the released library.
cloud.google.com/go/bigquery/internal/query
cloud.google.com/go/bigquery/storage/apiv1Package storage is an auto-generated package for the BigQuery Storage API.
cloud.google.com/go/bigquery/storage/apiv1/storagepb
cloud.google.com/go/civilPackage civil implements types for civil time, a time-zone-independent representation of time that follows the rules of the proleptic Gregorian calendar with exactly 24-hour days, 60-minute hours, and 60-second minutes.
cloud.google.com/go/iamPackage iam supports the resource-specific operations of Google Cloud IAM (Identity and Access Management) for the Google Cloud Libraries.
cloud.google.com/go/iam/apiv1/iampb
cloud.google.com/go/internal
cloud.google.com/go/internal/detectPackage detect is used find information from the environment.
cloud.google.com/go/internal/fieldsPackage fields provides a view of the fields of a struct that follows the Go rules, amended to consider tags and case insensitivity.
cloud.google.com/go/internal/optionalPackage optional provides versions of primitive types that can be nil.
cloud.google.com/go/internal/trace
cloud.google.com/go/internal/uidPackage uid supports generating unique IDs.
cloud.google.com/go/internal/versionPackage version contains version information for Google Cloud Client Libraries for Go, as reported in request headers.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
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/v14/arrow
github.com/apache/arrow/go/v14/arrow/array
github.com/apache/arrow/go/v14/arrow/ipc
github.com/apache/arrow/go/v14/arrow/memory
github.com/googleapis/gax-go/v2Package gax contains a set of modules which aid the development of APIs for clients and servers based on gRPC and Google API conventions.
golang.org/x/sync/semaphorePackage semaphore provides a weighted semaphore implementation.
google.golang.org/api/bigquery/v2
google.golang.org/api/googleapi
google.golang.org/api/iterator
google.golang.org/api/option
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.