public interface BigQueryDryRunResult
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
getQueryParameters()
Returns query parameters for standard SQL queries by extracting undeclare query parameters from
the dry run job.
|
Schema |
getSchema()
Returns the schema of the results.
|
BigQueryResultStats |
getStatistics()
Returns some processing statistics
|
@BetaApi Schema getSchema() throws BigQuerySQLException
BigQuerySQLException@BetaApi List<Parameter> getQueryParameters() throws BigQuerySQLException
BigQuerySQLException@BetaApi BigQueryResultStats getStatistics() throws BigQuerySQLException
BigQuerySQLExceptionCopyright © 2023 Google LLC. All rights reserved.