pub struct UInt8Type {}
Expand description
Unsigned 8-bit integer type.
Trait Implementations§
Source§impl ArrowPrimitiveType for UInt8Type
impl ArrowPrimitiveType for UInt8Type
Source§const DATA_TYPE: DataType = DataType::UInt8
const DATA_TYPE: DataType = DataType::UInt8
the corresponding Arrow data type of this primitive type.
Source§fn get_byte_width() -> usize
fn get_byte_width() -> usize
👎Deprecated: Use ArrowNativeType::get_byte_width
Returns the byte width of this primitive type.
Source§fn default_value() -> Self::Native
fn default_value() -> Self::Native
Returns a default value of this primitive type. Read more
impl ArrowDictionaryKeyType for UInt8Type
impl PrimitiveTypeSealed for UInt8Type
Auto Trait Implementations§
impl Freeze for UInt8Type
impl RefUnwindSafe for UInt8Type
impl Send for UInt8Type
impl Sync for UInt8Type
impl Unpin for UInt8Type
impl UnwindSafe for UInt8Type
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