Interface BigQueryDryRunResult (2.40.1)

public interface BigQueryDryRunResult

Methods

getQueryParameters()

public abstract List<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()

public abstract Schema getSchema()

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

Returns
Type Description
Schema
Exceptions
Type Description
BigQuerySQLException

getStatistics()

public abstract BigQueryResultStats getStatistics()

Returns some processing statistics

Returns
Type Description
BigQueryResultStats
Exceptions
Type Description
BigQuerySQLException