Interface BigQueryDryRunResult (2.23.2)

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
TypeDescription
List<Parameter>
Exceptions
TypeDescription
BigQuerySQLException

getSchema()

public abstract Schema getSchema()

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

Returns
TypeDescription
Schema
Exceptions
TypeDescription
BigQuerySQLException

getStatistics()

public abstract BigQueryResultStats getStatistics()

Returns some processing statistics

Returns
TypeDescription
BigQueryResultStats
Exceptions
TypeDescription
BigQuerySQLException