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 Parameter |
Parameter.Builder.build()
Creates a
Parameter object. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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,
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.
|
Copyright © 2023 Google LLC. All rights reserved.