Expand description
Utilities for converting between IPC types and native Arrow types
Structsยง
- FBField
Type ๐ - Low level Arrow [Schema] to IPC bytes converter
- An owned container for a validated
Message
Functionsยง
- build_
field ๐Create an IPC Field from an Arrow Field - 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 - Push a key-value metadata into a FlatBufferBuilder and return [WIPOffset]
- schema_
to_ fb Deprecated Serialize a schema in IPC format - Adds a [Schema] to a flatbuffer and returns the offset
- Try deserialize flat buffer format bytes into a schema
- Try deserialize the IPC format bytes into a schema