Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data
warehouse for analytics.
|
Modifier and Type | Method and Description |
---|---|
QueryJobConfiguration |
QueryJobConfiguration.Builder.build() |
static QueryJobConfiguration |
QueryJobConfiguration.of(String query)
Returns a BigQuery Copy Job for the given the query to be run.
|
Modifier and Type | Method and Description |
---|---|
TableResult |
BigQuery.query(QueryJobConfiguration configuration,
BigQuery.JobOption... options)
Runs the query associated with the request, using an internally-generated random JobId.
|
TableResult |
BigQuery.query(QueryJobConfiguration configuration,
JobId jobId,
BigQuery.JobOption... options)
Runs the query associated with the request, using the given JobId.
|
Copyright © 2018 Google. All rights reserved.