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

type LargeStringArray = GenericStringArray<i64>;

An array where each element is a variable-sized sequence of bytes representing a string whose maximum length (in bytes) is represented by a i64.