Skip to main content

nan_count

Function nan_count 

Source
pub fn nan_count(
    array: &ArrayRef,
    ctx: &mut ExecutionCtx,
) -> VortexResult<usize>
Expand description

Return the number of NaN values in an array.

See NanCount for details.