Class BigQueryDryRunResultImpl (2.39.1)

public class BigQueryDryRunResultImpl implements BigQueryDryRunResult

Inheritance

java.lang.Object > BigQueryDryRunResultImpl

Methods

getQueryParameters()

public 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 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 BigQueryResultStats getStatistics()

Returns some processing statistics

Returns
Type Description
BigQueryResultStats
Exceptions
Type Description
BigQuerySQLException