risingwave_common::array

Type Alias I16Array

source
pub type I16Array = PrimitiveArray<i16>;

Aliased Type§

struct I16Array {
    bitmap: Bitmap,
    data: Box<[i16]>,
}

Fields§

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

Trait Implementations§

source§

impl From<&[PrimitiveArray<Int16Type>]> for I16Array

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<Int16Type>]> for I16Array

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Int16Type>> for I16Array

source§

fn from(array: &Int16Array) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Int16Type>> for I16Array

source§

fn from(array: &Int16Array) -> Self

Converts to this type from the input type.
source§

impl From<ArrayImpl> for I16Array

source§

fn from(array: ArrayImpl) -> Self

Converts to this type from the input type.