Type Alias DateArray

Source
pub type DateArray = PrimitiveArray<Date>;

Aliased Type§

struct DateArray {
    bitmap: Bitmap,
    data: Box<[Date]>,
}

Fields§

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

Trait Implementations§

Source§

impl From<&[PrimitiveArray<Date32Type>]> for DateArray

Source§

fn from(arrays: &[Date32Array]) -> Self

Converts to this type from the input type.
Source§

impl From<&[PrimitiveArray<Date32Type>]> for DateArray

Source§

fn from(arrays: &[Date32Array]) -> Self

Converts to this type from the input type.
Source§

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

Source§

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

Converts to this type from the input type.
Source§

impl From<&PrimitiveArray<Date32Type>> for DateArray

Source§

fn from(array: &Date32Array) -> Self

Converts to this type from the input type.
Source§

impl From<&PrimitiveArray<Date32Type>> for DateArray

Source§

fn from(array: &Date32Array) -> Self

Converts to this type from the input type.
Source§

impl From<ArrayImpl> for DateArray

Source§

fn from(array: ArrayImpl) -> Self

Converts to this type from the input type.