Type Alias arrow_array::types::Utf8Type
source · pub type Utf8Type = GenericStringType<i32>;
Expand description
An arrow utf8 array with i32 offsets
Aliased Type§
struct Utf8Type { /* private fields */ }
pub type Utf8Type = GenericStringType<i32>;
An arrow utf8 array with i32 offsets
struct Utf8Type { /* private fields */ }