Expand description
R integer vectors backed by Apache Arrow Int64Array.
The Arrow array provides: contiguous i64 buffer + validity bitmap for NA tracking.
Memory layout matches the old NullableBuffer<i64>: 8 bytes per i64 + 1 bit per element.
Structsยง
- Integer
- Newtype for R integer vectors backed by Arrow
Int64Array.