risingwave_common::array

Type Alias I32Array

source
pub type I32Array = PrimitiveArray<i32>;

Aliased Type§

struct I32Array {
    bitmap: Bitmap,
    data: Box<[i32]>,
}

Fields§

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

Trait Implementations§

source§

impl From<&[PrimitiveArray<Int32Type>]> for I32Array

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<Int32Type>]> for I32Array

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Int32Type>> for I32Array

source§

fn from(array: &Int32Array) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Int32Type>> for I32Array

source§

fn from(array: &Int32Array) -> Self

Converts to this type from the input type.
source§

impl From<ArrayImpl> for I32Array

source§

fn from(array: ArrayImpl) -> Self

Converts to this type from the input type.