Struct lance_arrow::bfloat16::BFloat16Type
source · pub struct BFloat16Type {}Trait Implementations§
source§impl ArrowFloatType for BFloat16Type
impl ArrowFloatType for BFloat16Type
type Native = bf16
const FLOAT_TYPE: FloatType = FloatType::BFloat16
§type ArrayType = BFloat16Array
type ArrayType = BFloat16Array
Arrow Float Array Type.
source§fn empty_array() -> Self::ArrayType
fn empty_array() -> Self::ArrayType
Returns empty array of this type.
source§impl Debug for BFloat16Type
impl Debug for BFloat16Type
source§impl FloatArray<BFloat16Type> for BFloat16Array
impl FloatArray<BFloat16Type> for BFloat16Array
Auto Trait Implementations§
impl RefUnwindSafe for BFloat16Type
impl Send for BFloat16Type
impl Sync for BFloat16Type
impl Unpin for BFloat16Type
impl UnwindSafe for BFloat16Type
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