arrow_array::array

Type Alias ListArray

Source
pub type ListArray = GenericListArray<i32>;
Expand description

A GenericListArray of variable size lists, storing offsets as i32.

Aliased Type§

struct ListArray { /* private fields */ }

Trait Implementations§

Source§

impl From<MapArray> for ListArray

Source§

fn from(value: MapArray) -> Self

Converts to this type from the input type.