[][src]Type Definition arrow::array::ListArray

type ListArray = GenericListArray<i32>;

A list array where each element is a variable-sized sequence of values with the same type whose memory offsets between elements are represented by a i32.