Class BigQueryDryRunResultImpl (2.38.2)

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

getSchema()

public Schema getSchema()

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

Returns
TypeDescription
Schema
Exceptions
TypeDescription
BigQuerySQLException

getStatistics()

public BigQueryResultStats getStatistics()

Returns some processing statistics

Returns
TypeDescription
BigQueryResultStats
Exceptions
TypeDescription
BigQuerySQLException