Class: Google::Apis::BigqueryV2::ArrowRecordBatch
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::ArrowRecordBatch
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb
Overview
Arrow RecordBatch. This feature is not yet available.
Instance Attribute Summary collapse
-
#serialized_record_batch ⇒ String
IPC-serialized Arrow RecordBatch.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ArrowRecordBatch
constructor
A new instance of ArrowRecordBatch.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ArrowRecordBatch
Returns a new instance of ArrowRecordBatch.
521 522 523 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 521 def initialize(**args) update!(**args) end |
Instance Attribute Details
#serialized_record_batch ⇒ String
IPC-serialized Arrow RecordBatch.
Corresponds to the JSON property serializedRecordBatch
NOTE: Values are automatically base64 encoded/decoded in the client library.
519 520 521 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 519 def serialized_record_batch @serialized_record_batch end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
526 527 528 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 526 def update!(**args) @serialized_record_batch = args[:serialized_record_batch] if args.key?(:serialized_record_batch) end |