Reference documentation and code samples for the BigQuery Storage V1 API class Google::Cloud::Bigquery::Storage::V1::ArrowSchema.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#serialized_schema
def serialized_schema() -> ::String
Returns
- (::String) — IPC serialized Arrow schema.
#serialized_schema=
def serialized_schema=(value) -> ::String
Parameter
- value (::String) — IPC serialized Arrow schema.
Returns
- (::String) — IPC serialized Arrow schema.