Gcloud::Bigquery::QueryData

QueryData

Represents Data returned from a query a a list of name/value pairs.

Methods

Public Instance Methods

cache_hit?()

Whether the query result was fetched from the query cache.

complete?()

Whether the query has completed or not. When data is present this will always be true. When false, total will not be available.

fields()

The fields of the data.

headers()

The name of the columns in the data.

job()

The BigQuery Job that was created to run the query.

next()

next?()

Is there a next page of data?

schema()

The schema of the data.

total_bytes()

The total number of bytes processed for this query.