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
Does that mean both left and right parts can be nullable? That seems a little odd, given they're so intrinsically linked (i.e. you're not really going to process one half without the other). Contrast with dict encoding, where the values and codes are much more independent.
Instead of forcing the callers to fill in the value we can fill in the nulls at decompression time.
The text was updated successfully, but these errors were encountered: