Interface BigQueryDryRunResult (2.46.0)

publicinterface BigQueryDryRunResult

Methods

getQueryParameters()

publicabstractList<Parameter>getQueryParameters()

Returns query parameters for standard SQL queries by extracting undeclare query parameters from the dry run job. See more information: https://developers.google.com/resources/api-libraries/documentation/bigquery/v2/java/latest/com/google/api/services/bigquery/model/JobStatistics2.html#getUndeclaredQueryParameters--

Returns
Type Description
List<Parameter>
Exceptions
Type Description
BigQuerySQLException

getSchema()

publicabstractSchemagetSchema()

Returns the schema of the results. Null if the schema is not supplied.

Returns
Type Description
Schema
Exceptions
Type Description
BigQuerySQLException

getStatistics()

publicabstractBigQueryResultStatsgetStatistics()

Returns some processing statistics

Returns
Type Description
BigQueryResultStats
Exceptions
Type Description
BigQuerySQLException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.