Class: Google::Cloud::Bigquery::Storage::V1::ArrowRecordBatch
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::ArrowRecordBatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/arrow.rb
Overview
Arrow RecordBatch.
Instance Attribute Summary collapse
-
#row_count ⇒ ::Integer
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#serialized_record_batch ⇒ ::String
IPC-serialized Arrow RecordBatch.
Instance Attribute Details
#row_count ⇒ ::Integer
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns [Deprecated] The count of rows in serialized_record_batch
.
Please use the format-independent ReadRowsResponse.row_count instead.
48 49 50 51 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/arrow.rb', line 48 class ArrowRecordBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#serialized_record_batch ⇒ ::String
Returns IPC-serialized Arrow RecordBatch.
48 49 50 51 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/arrow.rb', line 48 class ArrowRecordBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |