-
Notifications
You must be signed in to change notification settings - Fork 21
isnull.(x) #180
Comments
That's been considered, but for now @johnmyleswhite preferred to go with the simpler solution of applying standard lifting semantics to all functions (see #166 (comment), #144). This might change in the future once we have more experience. Is there any reason why you cannot/don't want to use |
I wanted to use this kind of syntax: |
Mmm, I thought I guess we should add a special (Though note that your example doesn't make much sense AFAICT, since it will return a vector of null values...) |
You´re right... That´s why I considered update: missing dots |
Using current master.
Gives:
I propose to change it, so that the result is
[ false, true ]
in this case (edit: orNullableArray([false,true])
, which I guess is the current behavior of Nullable comparison for now)Anyone agree with that?
The text was updated successfully, but these errors were encountered: