Type Alias IntervalArray

Source
pub type IntervalArray = PrimitiveArray<Interval>;

Aliased Type§

struct IntervalArray {
    bitmap: Bitmap,
    data: Box<[Interval]>,
}

Fields§

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

Trait Implementations§

Source§

impl From<&[PrimitiveArray<IntervalMonthDayNanoType>]> for IntervalArray

Source§

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

Converts to this type from the input type.
Source§

impl From<&[PrimitiveArray<IntervalMonthDayNanoType>]> for IntervalArray

Source§

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

Converts to this type from the input type.
Source§

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

Source§

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

Converts to this type from the input type.
Source§

impl From<&PrimitiveArray<IntervalMonthDayNanoType>> for IntervalArray

Source§

fn from(array: &IntervalMonthDayNanoArray) -> Self

Converts to this type from the input type.
Source§

impl From<&PrimitiveArray<IntervalMonthDayNanoType>> for IntervalArray

Source§

fn from(array: &IntervalMonthDayNanoArray) -> Self

Converts to this type from the input type.
Source§

impl From<ArrayImpl> for IntervalArray

Source§

fn from(array: ArrayImpl) -> Self

Converts to this type from the input type.