Function arrow2::array::growable::make_growable[][src]

pub fn make_growable<'a>(
    arrays: &[&'a dyn Array],
    use_validity: bool,
    capacity: usize
) -> Box<dyn Growable<'a> + 'a>
Expand description

Creates a new Growable from an arbitrary number of dynamic Arrays.

Panics

This function panics iff

  • the arrays do not have the same DataType.
  • arrays.is_empty.