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