struct Google::Cloud::BigQuery::Jobs::QueryResults(T)

Included Modules

Extended Modules

Defined in:

cloud/big_query.cr

Constructors

Instance Method Summary

Macros inherited from module Google::Resource

define(name, *fields) define, field(var, key = nil, **options, &block) field, field!(var, key = nil, **options, &block) field!, field?(var, key = nil, **options, &block) field?

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(pull : MessagePack::Unpacker) #

def self.new(raw_query_results raw : RawQueryResults) #

[View source]
def self.new(*, kind : Nil | String, etag : String, schema : Google::Cloud::BigQuery::TableSchema, job_reference : Google::Cloud::BigQuery::JobReference, total_rows : String, page_token : Nil | String, rows : Array(T), total_bytes_processed : String, job_complete : Bool, errors : Nil | Array(Google::Cloud::BigQuery::ErrorProto), cache_hit : Bool, num_dml_affected_rows : Nil | String) #

[View source]

Instance Method Detail

def cache_hit? : Bool #

def errors : Array(ErrorProto) #

def etag : String #

def job_complete? : Bool #

def job_reference : JobReference #

def kind : String | Nil #

def num_dml_affected_rows : String | Nil #

def page_token : String | Nil #

def rows : Array(T) #

def schema : TableSchema #

def total_bytes_processed : String #

def total_rows : String #