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

type LargeListArray = GenericListArray<i64>;

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 i64.