arrow_array::types

Type Alias Utf8Type

Source
pub type Utf8Type = GenericStringType<i32>;
Expand description

An arrow utf8 array with i32 offsets

Aliased Typeยง

struct Utf8Type { /* private fields */ }