risingwave_common::array

Type Alias F32Array

source
pub type F32Array = PrimitiveArray<F32>;

Aliased Type§

struct F32Array {
    bitmap: Bitmap,
    data: Box<[OrderedFloat<f32>]>,
}

Fields§

§bitmap: Bitmap§data: Box<[OrderedFloat<f32>]>

Trait Implementations§

source§

impl From<&[PrimitiveArray<Float32Type>]> for F32Array

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<Float32Type>]> for F32Array

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Float32Type>> for F32Array

source§

fn from(array: &Float32Array) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Float32Type>> for F32Array

source§

fn from(array: &Float32Array) -> Self

Converts to this type from the input type.
source§

impl From<ArrayImpl> for F32Array

source§

fn from(array: ArrayImpl) -> Self

Converts to this type from the input type.