Skip to main content

create_nullable_f16_array

Function create_nullable_f16_array 

Source
pub fn create_nullable_f16_array(size: usize, null_density: f32) -> Float16Array
Expand description

Same as create_primitive_array but specialized for f16 since it doesn’t implement the required rand traits.

This may be deprecated/removed in the future if half updates to the required rand version.