risingwave_common::array::chrono_array

Type Alias TimestamptzArray

source
pub type TimestamptzArray = PrimitiveArray<Timestamptz>;

Aliased Type§

struct TimestamptzArray {
    bitmap: Bitmap,
    data: Box<[Timestamptz]>,
}

Fields§

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

Trait Implementations§

source§

impl From<&[PrimitiveArray<TimestampMicrosecondType>]> for TimestamptzArray

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<TimestampMicrosecondType>]> for TimestamptzArray

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<TimestampMillisecondType>]> for TimestamptzArray

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<TimestampMillisecondType>]> for TimestamptzArray

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<TimestampNanosecondType>]> for TimestamptzArray

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<TimestampNanosecondType>]> for TimestamptzArray

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<TimestampSecondType>]> for TimestamptzArray

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<TimestampSecondType>]> for TimestamptzArray

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<TimestampMicrosecondType>> for TimestamptzArray

source§

fn from(array: &TimestampMicrosecondArray) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<TimestampMicrosecondType>> for TimestamptzArray

source§

fn from(array: &TimestampMicrosecondArray) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<TimestampMillisecondType>> for TimestamptzArray

source§

fn from(array: &TimestampMillisecondArray) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<TimestampMillisecondType>> for TimestamptzArray

source§

fn from(array: &TimestampMillisecondArray) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<TimestampNanosecondType>> for TimestamptzArray

source§

fn from(array: &TimestampNanosecondArray) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<TimestampNanosecondType>> for TimestamptzArray

source§

fn from(array: &TimestampNanosecondArray) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<TimestampSecondType>> for TimestamptzArray

source§

fn from(array: &TimestampSecondArray) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<TimestampSecondType>> for TimestamptzArray

source§

fn from(array: &TimestampSecondArray) -> Self

Converts to this type from the input type.
source§

impl From<ArrayImpl> for TimestamptzArray

source§

fn from(array: ArrayImpl) -> Self

Converts to this type from the input type.