Uses of Class
com.google.cloud.bigquery.ExecuteSelectResponse
Packages that use ExecuteSelectResponse
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of ExecuteSelectResponse in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ExecuteSelectResponseModifier and TypeMethodDescriptionabstract ExecuteSelectResponseExecuteSelectResponse.Builder.build()Methods in com.google.cloud.bigquery that return types with arguments of type ExecuteSelectResponseModifier and TypeMethodDescriptioncom.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>Execute a SQL statement that returns a single ResultSet and returns a ListenableFuture to process the response asynchronously.