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