Uses of Interface
com.google.cloud.bigquery.BigQueryDryRunResult
-
Packages that use BigQueryDryRunResult Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of BigQueryDryRunResult in com.google.cloud.bigquery
Classes in com.google.cloud.bigquery that implement BigQueryDryRunResult Modifier and Type Class Description class
BigQueryDryRunResultImpl
Methods in com.google.cloud.bigquery that return BigQueryDryRunResult Modifier and Type Method Description BigQueryDryRunResult
Connection. dryRun(String sql)
Execute a query dry run that returns information on the schema and query parameters of the query results.
-