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