Expand description
Utilities for converting between IPC types and native Arrow types
Structsยง
- FBField
Type ๐ - IpcSchema
Encoder - Low level Arrow [Schema] to IPC bytes converter
- Message
Buffer - 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_ 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