Expand description
Utilities for converting between IPC types and native Arrow types
Structs§
- IpcSchema
Encoder - Low level Arrow Schema to IPC bytes converter
- Message
Buffer - An owned container for a validated
Message
Functions§
- fb_
to_ schema - Deserialize an ipc crate::Schema` from flat buffers to an arrow Schema.
- metadata_
to_ fb - Push a key-value metadata into a FlatBufferBuilder and return WIPOffset
- schema_
to_ fb Deprecated - Serialize a schema in IPC format
- schema_
to_ fb_ offset - Adds a Schema to a flatbuffer and returns the offset
- try_
schema_ from_ flatbuffer_ bytes - Try deserialize flat buffer format bytes into a schema
- try_
schema_ from_ ipc_ buffer - Try deserialize the IPC format bytes into a schema