Skip to main content

VIEW_WIDTH

Constant VIEW_WIDTH 

Source
pub const VIEW_WIDTH: usize = 16;
Expand description

How wide one view is, in bytes.

Fixed by the Arrow specification: a four byte length, then either twelve bytes of inline data or a four byte prefix, a buffer index and an offset.