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 arraysAuto Trait Implementations§
impl Freeze for GrowableNull
impl RefUnwindSafe for GrowableNull
impl Send for GrowableNull
impl Sync for GrowableNull
impl Unpin for GrowableNull
impl UnwindSafe for GrowableNull
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more