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.