| 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 |
|---|---|
static BigQuery.QueryOption |
BigQuery.QueryOption.of(BigQuery.QueryResultsOption resultsOption) |
static BigQuery.QueryOption |
BigQuery.QueryOption.of(RetryOption waitOption) |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
BigQuery.query(QueryJobConfiguration configuration,
BigQuery.QueryOption... options)
Runs the query associated with the request, using an internally-generated random JobId.
|
QueryResponse |
BigQuery.query(QueryJobConfiguration configuration,
JobId jobId,
BigQuery.QueryOption... options)
Runs the query associated with the request, using the given job id.
|
Copyright © 2017 Google. All rights reserved.