risingwave_common::array

Type Alias I64Array

source
pub type I64Array = PrimitiveArray<i64>;

Aliased Type§

struct I64Array {
    bitmap: Bitmap,
    data: Box<[i64]>,
}

Fields§

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

Trait Implementations§

source§

impl From<&[PrimitiveArray<Int64Type>]> for I64Array

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<Int64Type>]> for I64Array

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Int64Type>> for I64Array

source§

fn from(array: &Int64Array) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Int64Type>> for I64Array

source§

fn from(array: &Int64Array) -> Self

Converts to this type from the input type.
source§

impl From<ArrayImpl> for I64Array

source§

fn from(array: ArrayImpl) -> Self

Converts to this type from the input type.