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