risingwave_common::array

Type Alias SerialArray

source
pub type SerialArray = PrimitiveArray<Serial>;

Aliased Type§

struct SerialArray {
    bitmap: Bitmap,
    data: Box<[Serial]>,
}

Fields§

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

Trait Implementations§

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Int64Type>> for SerialArray

source§

fn from(array: &Int64Array) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Int64Type>> for SerialArray

source§

fn from(array: &Int64Array) -> Self

Converts to this type from the input type.
source§

impl From<ArrayImpl> for SerialArray

source§

fn from(array: ArrayImpl) -> Self

Converts to this type from the input type.