pub type Utf8Type = GenericStringType<i32>;Expand description
An arrow utf8 array with i32 offsets
Aliased Type§
pub struct Utf8Type {
phantom: PhantomData<i32>,
}Fields§
§phantom: PhantomData<i32>pub type Utf8Type = GenericStringType<i32>;An arrow utf8 array with i32 offsets
pub struct Utf8Type {
phantom: PhantomData<i32>,
}phantom: PhantomData<i32>