Module convert

Source
Expand description

Utilities for converting between IPC types and native Arrow types

Structsยง

FBFieldType ๐Ÿ”’
IpcSchemaEncoder
Low level Arrow [Schema] to IPC bytes converter
MessageBuffer
An owned container for a validated Message

Functionsยง

build_field ๐Ÿ”’
Create an IPC Field from an Arrow Field
fb_to_schema
Deserialize an ipc crate::Schema` from flat buffers to an arrow [Schema].
get_data_type ๐Ÿ”’
Get the Arrow data type from the flatbuffer Field table
get_fb_dictionary ๐Ÿ”’
Create an IPC dictionary encoding
get_fb_field_type ๐Ÿ”’
Get the IPC type of a data type
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