Type Alias arrow_array::array::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.