risingwave_common::arrayType Alias F32Array
source pub type F32Array = PrimitiveArray<F32>;
struct F32Array {
bitmap: Bitmap,
data: Box<[OrderedFloat<f32>]>,
}
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.