Module re_log_encoding::codec::arrow
source ยท Structsยง
- Payload ๐
Constantsยง
- TODO(#3741): switch to arrow1 once https://github.com/apache/arrow-rs/issues/6803 is released
Functionsยง
- decode_arrow ๐
- encode_arrow ๐
- Helper function that deserializes raw bytes into arrow schema and record batch using Arrow IPC format.
- write_arrow_to_bytes ๐Helper function that serializes given arrow schema and record batch into bytes using Arrow IPC format.