Type Alias arrow_array::types::BinaryType
source · pub type BinaryType = GenericBinaryType<i32>;
Expand description
An arrow binary array with i32 offsets
Aliased Type§
struct BinaryType { /* private fields */ }
pub type BinaryType = GenericBinaryType<i32>;
An arrow binary array with i32 offsets
struct BinaryType { /* private fields */ }