Struct arrow2::array::growable::GrowableNull
source · pub struct GrowableNull { /* private fields */ }
Implementations§
source§impl GrowableNull
impl GrowableNull
sourcepub fn new(data_type: DataType) -> Self
pub fn new(data_type: DataType) -> Self
Creates a new GrowableNull
.
Trait Implementations§
source§impl Default for GrowableNull
impl Default for GrowableNull
source§impl From<GrowableNull> for NullArray
impl From<GrowableNull> for NullArray
source§fn from(val: GrowableNull) -> Self
fn from(val: GrowableNull) -> Self
Converts to this type from the input type.
source§impl<'a> Growable<'a> for GrowableNull
impl<'a> Growable<'a> for GrowableNull
source§fn extend_validity(&mut self, additional: usize)
fn extend_validity(&mut self, additional: usize)
Extends this
Growable
with null elements, disregarding the bound arrays