| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
QueryRequest.Builder.build() |
static QueryRequest |
QueryRequest.of(String query)
Creates a
QueryRequest object given the BigQuery SQL query to be executed. |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
BigQuery.query(QueryRequest request)
Runs the query associated with the request.
|
Copyright © 2016 Google. All rights reserved.