risingwave_common::array

Type Alias F64Array

source
pub type F64Array = PrimitiveArray<F64>;

Aliased Type§

struct F64Array {
    bitmap: Bitmap,
    data: Box<[OrderedFloat<f64>]>,
}

Fields§

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

Trait Implementations§

source§

impl From<&[PrimitiveArray<Float64Type>]> for F64Array

source§

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

Converts to this type from the input type.
source§

impl From<&[PrimitiveArray<Float64Type>]> for F64Array

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Float64Type>> for F64Array

source§

fn from(array: &Float64Array) -> Self

Converts to this type from the input type.
source§

impl From<&PrimitiveArray<Float64Type>> for F64Array

source§

fn from(array: &Float64Array) -> Self

Converts to this type from the input type.
source§

impl From<ArrayImpl> for F64Array

source§

fn from(array: ArrayImpl) -> Self

Converts to this type from the input type.