Enum lance_arrow::floats::FloatType
source · pub enum FloatType {
BFloat16,
Float16,
Float32,
Float64,
}Expand description
Float data type.
This helps differentiate between the different float types, because bf16 is not officially supported DataType in arrow-rs.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FloatType
impl Send for FloatType
impl Sync for FloatType
impl Unpin for FloatType
impl UnwindSafe for FloatType
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