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