Skip to main content

MAGIC

Constant MAGIC 

Source
const MAGIC: &[u8; 6] = b"ARROW1";
Expand description

Leading bytes of every Arrow IPC file. arrow-rs’s own reader seeks straight to the trailer and never checks this, so a truncated-from-the-front file would decode as garbage; we check it ourselves.