Class: Google::Cloud::Bigquery::Storage::V1::ArrowRecordBatch

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    [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.

Returns:

  • (::String)

    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