Struct gapi_grpc::google::cloud::bigquery::storage::v1::ArrowSchema [−][src]
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.
Fields
serialized_schema: Vec<u8>
IPC serialized Arrow schema.
Trait Implementations
impl Clone for ArrowSchema
[src][+]
impl Debug for ArrowSchema
[src][+]
impl Default for ArrowSchema
[src][+]
impl Message for ArrowSchema
[src][+]
impl PartialEq<ArrowSchema> for ArrowSchema
[src][+]
impl StructuralPartialEq for ArrowSchema
[src]
Auto Trait Implementations
impl RefUnwindSafe for ArrowSchema
impl Send for ArrowSchema
impl Sync for ArrowSchema
impl Unpin for ArrowSchema
impl UnwindSafe for ArrowSchema
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,