Skip to main content

Module double

Module double 

Source
Expand description

R double (numeric) vectors backed by Apache Arrow Float64Array.

The Arrow array provides: contiguous f64 buffer + validity bitmap for NA tracking. Memory layout matches the old NullableBuffer<f64>: 8 bytes per f64 + 1 bit per element.

Structsยง

Double
Newtype for R double (numeric) vectors backed by Arrow Float64Array.