Struct polars_arrow::array::growable::GrowableNull
source · pub struct GrowableNull { /* private fields */ }
Implementations§
source§impl GrowableNull
impl GrowableNull
sourcepub fn new(data_type: ArrowDataType) -> Self
pub fn new(data_type: ArrowDataType) -> 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
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§
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