Module convert

Module convert 

Source
Expand description

Utilities for converting between IPC types and native Arrow types

Structs§

IpcSchemaEncoder
Low level Arrow Schema to IPC bytes converter
MessageBuffer
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_fbDeprecated
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