Function fill_null

Source
pub fn fill_null(
    array: impl AsRef<Array>,
    fill_value: Scalar,
) -> VortexResult<Array>