Struct arrow::datatypes::Float16Type
source · [−]pub struct Float16Type {}
Trait Implementations
sourceimpl ArrowPrimitiveType for Float16Type
impl ArrowPrimitiveType for Float16Type
sourceconst DATA_TYPE: DataType = DataType::Float16
const DATA_TYPE: DataType = DataType::Float16
the corresponding Arrow data type of this primitive type.
sourcefn get_byte_width() -> usize
fn get_byte_width() -> usize
Returns the byte width of this primitive type.
sourcefn default_value() -> Self::Native
fn default_value() -> Self::Native
Returns a default value of this primitive type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Float16Type
impl Send for Float16Type
impl Sync for Float16Type
impl Unpin for Float16Type
impl UnwindSafe for Float16Type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more