pub struct GrowableNull { /* private fields */ }
Implementations
sourceimpl GrowableNull
impl GrowableNull
sourcepub fn new(data_type: DataType) -> Self
pub fn new(data_type: DataType) -> Self
Creates a new GrowableNull
.
Trait Implementations
sourceimpl Default for GrowableNull
impl Default for GrowableNull
sourceimpl From<GrowableNull> for NullArray
impl From<GrowableNull> for NullArray
sourcefn from(val: GrowableNull) -> Self
fn from(val: GrowableNull) -> Self
Performs the conversion.
sourceimpl<'a> Growable<'a> for GrowableNull
impl<'a> Growable<'a> for GrowableNull
sourcefn extend_validity(&mut self, additional: usize)
fn extend_validity(&mut self, additional: usize)
Extends this Growable
with null elements, disregarding the bound arrays
Auto Trait Implementations
impl RefUnwindSafe for GrowableNull
impl Send for GrowableNull
impl Sync for GrowableNull
impl Unpin for GrowableNull
impl UnwindSafe for GrowableNull
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more