Type Alias deltalake::arrow::array::array::LargeListArray

source ·
pub type LargeListArray = GenericListArray<i64>;
Expand description

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

Aliased Type§

struct LargeListArray { /* private fields */ }