Struct arrow2::array::growable::GrowableList
source · pub struct GrowableList<'a, O: Offset> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a, O: Offset> From<GrowableList<'a, O>> for ListArray<O>
impl<'a, O: Offset> From<GrowableList<'a, O>> for ListArray<O>
source§fn from(val: GrowableList<'a, O>) -> Self
fn from(val: GrowableList<'a, O>) -> Self
Converts to this type from the input type.
source§impl<'a, O: Offset> Growable<'a> for GrowableList<'a, O>
impl<'a, O: Offset> Growable<'a> for GrowableList<'a, O>
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