pub struct Float32Type {}
Expand description
32-bit floating point number type.
Trait Implementations§
Source§impl ArrowPrimitiveType for Float32Type
impl ArrowPrimitiveType for Float32Type
Source§const DATA_TYPE: DataType = DataType::Float32
const DATA_TYPE: DataType = DataType::Float32
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 Float32Type
impl Debug for Float32Type
impl PrimitiveTypeSealed for Float32Type
Auto Trait Implementations§
impl Freeze for Float32Type
impl RefUnwindSafe for Float32Type
impl Send for Float32Type
impl Sync for Float32Type
impl Unpin for Float32Type
impl UnwindSafe for Float32Type
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