Struct arrow::ipc::writer::EncodedData[][src]

pub struct EncodedData {
    pub ipc_message: Vec<u8>,
    pub arrow_data: Vec<u8>,
}
Expand description

Stores the encoded data, which is an ipc::Message, and optional Arrow data

Fields

ipc_message: Vec<u8>

An encoded ipc::Message

arrow_data: Vec<u8>

Arrow buffers to be written, should be an empty vec for schema messages

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.