@@ -110,16 +110,9 @@ Determine type of the output of a typed operator.
110
110
"""
111
111
function ztype end
112
112
113
- _promotefill (:: AbstractGBArray{<:Any, Nothing} , :: AbstractGBArray{<:Any, Nothing} , op) = nothing
114
- _promotefill (:: AbstractGBArray{<:Any, Nothing} , y, op) = nothing
115
- _promotefill (x, :: AbstractGBArray{<:Any, Nothing} , op) = nothing
116
113
_promotefill (:: AbstractGBArray{<:Any, Missing} , :: AbstractGBArray{<:Any, Missing} , op) = missing
117
- _promotefill (:: AbstractGBArray{<:Any, Missing} , y, op) = nothing
118
- _promotefill (x, :: AbstractGBArray{<:Any, Missing} , op) = nothing
119
- _promotefill (:: AbstractGBArray{<:Any, Nothing} , :: AbstractGBArray{<:Any, Missing} , op) = nothing
120
- _promotefill (:: AbstractGBArray{<:Any, Missing} , :: AbstractGBArray{<:Any, Nothing} , op) = nothing
121
- _promotefill (:: AbstractGBArray{<:Any, Nothing} , :: AbstractGBArray{<:Any, <:Any} , op) = nothing
122
- _promotefill (:: AbstractGBArray{<:Any, <:Any} , :: AbstractGBArray{<:Any, Nothing} , op) = nothing
114
+ _promotefill (:: AbstractGBArray{<:Any, Missing} , y, op) = missing
115
+ _promotefill (x, :: AbstractGBArray{<:Any, Missing} , op) = missing
123
116
_promotefill (:: AbstractGBArray{<:Any, Missing} , :: AbstractGBArray{<:Any, <:Any} , op) = missing
124
117
_promotefill (:: AbstractGBArray{<:Any, <:Any} , :: AbstractGBArray{<:Any, Missing} , op) = missing
125
118
0 commit comments