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 |
---|---|
abstract BigQuerySQLException |
ExecuteSelectResponse.getBigQuerySQLException() |
Modifier and Type | Method and Description |
---|---|
abstract ExecuteSelectResponse.Builder |
ExecuteSelectResponse.Builder.setBigQuerySQLException(BigQuerySQLException bigQuerySQLException) |
Modifier and Type | Method and Description |
---|---|
boolean |
Connection.close()
Sends a query cancel request.
|
BigQueryDryRunResult |
Connection.dryRun(String sql)
Execute a query dry run that returns information on the schema and query parameters of the
query results.
|
BigQueryResult |
Connection.executeSelect(String sql)
Execute a SQL statement that returns a single ResultSet.
|
BigQueryResult |
Connection.executeSelect(String sql,
List<Parameter> parameters,
Map<String,String>... labels)
This method executes a SQL SELECT query
|
com.google.common.util.concurrent.ListenableFuture<ExecuteSelectResponse> |
Connection.executeSelectAsync(String sql)
Execute a SQL statement that returns a single ResultSet and returns a ListenableFuture to
process the response asynchronously.
|
com.google.common.util.concurrent.ListenableFuture<ExecuteSelectResponse> |
Connection.executeSelectAsync(String sql,
List<Parameter> parameters,
Map<String,String>... labels)
Execute a SQL statement that returns a single ResultSet and returns a ListenableFuture to
process the response asynchronously.
|
List<Parameter> |
BigQueryDryRunResultImpl.getQueryParameters() |
List<Parameter> |
BigQueryDryRunResult.getQueryParameters()
Returns query parameters for standard SQL queries by extracting undeclare query parameters from
the dry run job.
|
Schema |
BigQueryDryRunResultImpl.getSchema() |
Schema |
BigQueryDryRunResult.getSchema()
Returns the schema of the results.
|
BigQueryResultStats |
BigQueryDryRunResultImpl.getStatistics() |
BigQueryResultStats |
BigQueryDryRunResult.getStatistics()
Returns some processing statistics
|
Copyright © 2023 Google LLC. All rights reserved.