Struct arrow_array::types::Decimal256Type
source · [−]pub struct Decimal256Type {}
Expand description
The decimal type for a Decimal256Array
Trait Implementations
sourceimpl Debug for Decimal256Type
impl Debug for Decimal256Type
sourceimpl DecimalType for Decimal256Type
impl DecimalType for Decimal256Type
type Native = [u8; 32]
const BYTE_LENGTH: usize = 32usize
const MAX_PRECISION: u8 = 76u8
const MAX_SCALE: u8 = 76u8
const TYPE_CONSTRUCTOR: fn(_: u8, _: u8) -> DataType = {arrow_schema::DataType::Decimal256 as fn(u8, u8) -> arrow_schema::DataType}
const DEFAULT_TYPE: DataType = _
Auto Trait Implementations
impl RefUnwindSafe for Decimal256Type
impl Send for Decimal256Type
impl Sync for Decimal256Type
impl Unpin for Decimal256Type
impl UnwindSafe for Decimal256Type
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