-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: clarify behavior of is_null, is_not_null, is_nan, is_finite, an…
…d is_infinite for nulls (#285) - is_null and is_not_null are now explicitly unaffected by floating point NaN or infinity - is_nan, is_finite, and is_infinite now return null if the input is null BREAKING CHANGE: nullability behavior of is_nan, is_finite, and is_infinite has changed
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters