package
0.0.0-20171116202005-b6f18972580e
Repository: https://github.com/tsaserv/bigquery.git
Documentation: pkg.go.dev

# Functions

AllowLargeResults is a configuration function that can be used to enable the AllowLargeResults setting of a bigquery request, as well as a temp table name to use to build the result data An example use is: client.New(pemPath, serviceAccountEmailAddress, serviceUserAccountClientID, clientSecret, client.AllowLargeResults(true, "tempTableName")) .
New instantiates a new client with the given params and return a reference to it.

# Structs

Client a big query client instance.
Data is a containing type used for Async data response handling including Headers, Rows and an Error that will be populated in the event of an Error querying.