Skip to main content

HEADER_LEN

Constant HEADER_LEN 

Source
const HEADER_LEN: usize = _; // 64usize
Expand description

Where the schema message starts: ARROW1 padded up to ALIGNMENT, which is exactly how FileWriter places it (pad_to_alignment over the same constant we hand it in write_table_with).