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

type ListArray = GenericListArray<i32>;
Expand description

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.