struct Google::Cloud::BigQuery::Jobs::RawQueryResults

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) #

Instance Method Detail

def cache_hit? : Bool #

def errors : Array(ErrorProto) | Nil #

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(JSON::Any) #

def schema : TableSchema #

def total_bytes_processed : String #

def total_rows : String #