You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can support nullable union arrays by providing an ArrayType implementation for Option (and we can do the same for Result). The only big change this requires is wrapping the type index in a new type (can't we use i8 directly - because we can't implement that conversion for foreign types).
The text was updated successfully, but these errors were encountered:
We can support nullable union arrays by providing an
ArrayType
implementation forOption
(and we can do the same forResult
). The only big change this requires is wrapping the type index in a new type (can't we usei8
directly - because we can't implement that conversion for foreign types).The text was updated successfully, but these errors were encountered: