risingwave_common::array::chrono_array

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.