package
0.0.0-20180213174123-231df355ae56
Repository: https://github.com/tanapoln/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.