Struct arrow::datatypes::BinaryViewType
source · pub struct BinaryViewType {}
Expand description
BinaryViewType
for string arrays
Trait Implementations§
source§impl ByteViewType for BinaryViewType
impl ByteViewType for BinaryViewType
source§const PREFIX: &'static str = "Binary"
const PREFIX: &'static str = "Binary"
“Binary” or “String”, for use in displayed or error messages
§type Native = [u8]
type Native = [u8]
Type for representing its equivalent rust type i.e
Utf8Array will have native type has &str
BinaryArray will have type as u8
source§impl PartialEq for BinaryViewType
impl PartialEq for BinaryViewType
impl StructuralPartialEq for BinaryViewType
Auto Trait Implementations§
impl Freeze for BinaryViewType
impl RefUnwindSafe for BinaryViewType
impl Send for BinaryViewType
impl Sync for BinaryViewType
impl Unpin for BinaryViewType
impl UnwindSafe for BinaryViewType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more