Struct arrow2::array::growable::GrowableFixedSizeBinary
source · pub struct GrowableFixedSizeBinary<'a> { /* private fields */ }
Expand description
Concrete Growable
for the FixedSizeBinaryArray
.
Implementations§
source§impl<'a> GrowableFixedSizeBinary<'a>
impl<'a> GrowableFixedSizeBinary<'a>
sourcepub fn new(
arrays: Vec<&'a FixedSizeBinaryArray>,
use_validity: bool,
capacity: usize
) -> Self
pub fn new(
arrays: Vec<&'a FixedSizeBinaryArray>,
use_validity: bool,
capacity: usize
) -> Self
Creates a new GrowableFixedSizeBinary
bound to arrays
with a pre-allocated capacity
.
Panics
If arrays
is empty.
Trait Implementations§
source§impl<'a> From<GrowableFixedSizeBinary<'a>> for FixedSizeBinaryArray
impl<'a> From<GrowableFixedSizeBinary<'a>> for FixedSizeBinaryArray
source§fn from(val: GrowableFixedSizeBinary<'a>) -> Self
fn from(val: GrowableFixedSizeBinary<'a>) -> Self
Converts to this type from the input type.
source§impl<'a> Growable<'a> for GrowableFixedSizeBinary<'a>
impl<'a> Growable<'a> for GrowableFixedSizeBinary<'a>
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