Gcloud::Bigquery::Data

Data

Represents Table Data as a list of name/value pairs. Also contains metadata such as etag and total.

Methods

Public Class Methods

format_rows(rows, fields)

rubocop:disable all Disabled rubocop because this implementation will not last.

format_values(field_types, values)

Public Instance Methods

etag()

A hash of this page of results.

kind()

The resource type of the API response.

next()

next?()

Is there a next page of data?

raw()

Represents Table Data as a list of positional values (array of arrays). No type conversion is made, e.g. numbers are formatted as strings.

token()

A token used for paging results.

total()

The total number of rows in the complete table.