Type Alias DecimalArray

Source
pub type DecimalArray = PrimitiveArray<Decimal>;

Aliased Type§

struct DecimalArray {
    bitmap: Bitmap,
    data: Box<[Decimal]>,
}

Fields§

§bitmap: Bitmap§data: Box<[Decimal]>

Trait Implementations§

Source§

impl<'a> From<&'a ArrayImpl> for &'a DecimalArray

Source§

fn from(array: &'a ArrayImpl) -> Self

Converts to this type from the input type.
Source§

impl From<ArrayImpl> for DecimalArray

Source§

fn from(array: ArrayImpl) -> Self

Converts to this type from the input type.
Source§

impl TryFrom<&GenericByteArray<GenericBinaryType<i64>>> for DecimalArray

Source§

type Error = ArrayError

The type returned in the event of a conversion error.
Source§

fn try_from(array: &LargeBinaryArray) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFrom<&GenericByteArray<GenericBinaryType<i64>>> for DecimalArray

Source§

type Error = ArrayError

The type returned in the event of a conversion error.
Source§

fn try_from(array: &LargeBinaryArray) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFrom<&GenericByteArray<GenericStringType<i32>>> for DecimalArray

Source§

type Error = ArrayError

The type returned in the event of a conversion error.
Source§

fn try_from(array: &StringArray) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFrom<&GenericByteArray<GenericStringType<i32>>> for DecimalArray

Source§

type Error = ArrayError

The type returned in the event of a conversion error.
Source§

fn try_from(array: &StringArray) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFrom<&PrimitiveArray<Decimal128Type>> for DecimalArray

Source§

type Error = ArrayError

The type returned in the event of a conversion error.
Source§

fn try_from(array: &Decimal128Array) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFrom<&PrimitiveArray<Decimal128Type>> for DecimalArray

Source§

type Error = ArrayError

The type returned in the event of a conversion error.
Source§

fn try_from(array: &Decimal128Array) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFrom<&PrimitiveArray<UInt64Type>> for DecimalArray

Source§

type Error = ArrayError

The type returned in the event of a conversion error.
Source§

fn try_from(array: &UInt64Array) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFrom<&PrimitiveArray<UInt64Type>> for DecimalArray

Source§

type Error = ArrayError

The type returned in the event of a conversion error.
Source§

fn try_from(array: &UInt64Array) -> Result<Self, Self::Error>

Performs the conversion.