Represents Data returned from a query a a list of
name/value pairs.
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.
job()
¶
↑
The BigQuery Job that was created to run the query.
next?()
¶
↑
Is there a next page of data?
total_bytes()
¶
↑
The total number of bytes processed for this query.