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