Uses of Class
com.google.cloud.bigquery.Parameter
Packages that use Parameter
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of Parameter in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ParameterModifier and TypeMethodDescriptionabstract ParameterParameter.Builder.build()Creates aParameterobject.Methods in com.google.cloud.bigquery that return types with arguments of type ParameterModifier and TypeMethodDescriptionBigQueryDryRunResult.getQueryParameters()Returns query parameters for standard SQL queries by extracting undeclare query parameters from the dry run job.BigQueryDryRunResultImpl.getQueryParameters()Method parameters in com.google.cloud.bigquery with type arguments of type ParameterModifier and TypeMethodDescriptionThis method executes a SQL SELECT querycom.google.common.util.concurrent.ListenableFuture<ExecuteSelectResponse>Execute a SQL statement that returns a single ResultSet and returns a ListenableFuture to process the response asynchronously.