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