Class: Google::Cloud::Bigquery::Storage::V1::ArrowSchema

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 schema as specified in https://arrow.apache.org/docs/python/api/datatypes.html and serialized to bytes using IPC: https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc

See code samples on how this message can be deserialized.

Instance Attribute Summary collapse

Instance Attribute Details

#serialized_schema::String

Returns IPC serialized Arrow schema.

Returns:

  • (::String)

    IPC serialized Arrow schema.



34
35
36
37
# File 'proto_docs/google/cloud/bigquery/storage/v1/arrow.rb', line 34

class ArrowSchema
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end