risingwave_common::array::chrono_array

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.