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

type StringArray = GenericStringArray<i32>;

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