pub struct UInt32Type {}
Expand description
Unsigned 32-bit integer type.
Trait Implementations§
Source§impl ArrowPrimitiveType for UInt32Type
impl ArrowPrimitiveType for UInt32Type
Source§const DATA_TYPE: DataType = DataType::UInt32
const DATA_TYPE: DataType = DataType::UInt32
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
Source§impl Debug for UInt32Type
impl Debug for UInt32Type
impl ArrowDictionaryKeyType for UInt32Type
impl PrimitiveTypeSealed for UInt32Type
Auto Trait Implementations§
impl Freeze for UInt32Type
impl RefUnwindSafe for UInt32Type
impl Send for UInt32Type
impl Sync for UInt32Type
impl Unpin for UInt32Type
impl UnwindSafe for UInt32Type
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