Expand description
ArrowFormat: Apache Arrow FileFormat abstractions
Works with files following the Arrow IPC format
Structsยง
- Arrow
File ๐Sink - Implements
FileSinkfor writing to arrow_ipc files - Arrow
Format - Arrow
FileFormatimplementation. - Arrow
Format Factory - Factory struct used to create ArrowFormat
Constantsยง
- ARROW_
MAGIC ๐ - BUFFER_
FLUSH_ ๐BYTES - If the buffered Arrow data exceeds this size, it is flushed to object store
- CONTINUATION_
MARKER ๐ - INITIAL_
BUFFER_ ๐BYTES - Initial writing buffer size. Note this is just a size hint for efficiency. It will grow beyond the set value if needed.
Functionsยง
- collect_
at_ ๐least_ n_ bytes - infer_
schema_ ๐from_ file_ stream - Custom implementation of inferring schema. Should eventually be moved upstream to arrow-rs. See https://github.com/apache/arrow-rs/issues/5021