struct
Google::Cloud::BigQuery::Jobs::QueryResults(T)
- Google::Cloud::BigQuery::Jobs::QueryResults(T)
- Struct
- Value
- Object
Included Modules
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Extended Modules
- JSON::Schema
Defined in:
cloud/big_query.crConstructors
- .new(pull : JSON::PullParser)
- .new(pull : MessagePack::Unpacker)
- .new(raw_query_results raw : RawQueryResults)
- .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)
Instance Method Summary
- #cache_hit? : Bool
- #errors : Array(ErrorProto)
- #etag : String
- #job_complete? : Bool
- #job_reference : JobReference
- #kind : String | Nil
- #num_dml_affected_rows : String | Nil
- #page_token : String | Nil
- #rows : Array(T)
- #schema : TableSchema
- #total_bytes_processed : String
- #total_rows : String
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(*, 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)
#