Class: BigQuery::ResultSet
- Inherits:
-
Struct
- Object
- Struct
- BigQuery::ResultSet
- Defined in:
- lib/bigquery-client/query_result.rb
Instance Attribute Summary collapse
-
#column_names ⇒ Object
Returns the value of attribute column_names.
-
#column_types ⇒ Object
Returns the value of attribute column_types.
-
#job_id ⇒ Object
Returns the value of attribute job_id.
-
#records ⇒ Object
Returns the value of attribute records.
Instance Method Summary collapse
Instance Attribute Details
#column_names ⇒ Object
Returns the value of attribute column_names
2 3 4 |
# File 'lib/bigquery-client/query_result.rb', line 2 def column_names @column_names end |
#column_types ⇒ Object
Returns the value of attribute column_types
2 3 4 |
# File 'lib/bigquery-client/query_result.rb', line 2 def column_types @column_types end |
#job_id ⇒ Object
Returns the value of attribute job_id
2 3 4 |
# File 'lib/bigquery-client/query_result.rb', line 2 def job_id @job_id end |
#records ⇒ Object
Returns the value of attribute records
2 3 4 |
# File 'lib/bigquery-client/query_result.rb', line 2 def records @records end |