Type Alias TimeArray

Source
pub type TimeArray = PrimitiveArray<Time>;

Aliased Type§

struct TimeArray {
    bitmap: Bitmap,
    data: Box<[Time]>,
}

Fields§

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

Trait Implementations§

Source§

impl From<&[PrimitiveArray<Time64MicrosecondType>]> for TimeArray

Source§

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

Converts to this type from the input type.
Source§

impl From<&[PrimitiveArray<Time64MicrosecondType>]> for TimeArray

Source§

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

Converts to this type from the input type.
Source§

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

Source§

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

Converts to this type from the input type.
Source§

impl From<&PrimitiveArray<Time64MicrosecondType>> for TimeArray

Source§

fn from(array: &Time64MicrosecondArray) -> Self

Converts to this type from the input type.
Source§

impl From<&PrimitiveArray<Time64MicrosecondType>> for TimeArray

Source§

fn from(array: &Time64MicrosecondArray) -> Self

Converts to this type from the input type.
Source§

impl From<ArrayImpl> for TimeArray

Source§

fn from(array: ArrayImpl) -> Self

Converts to this type from the input type.