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
feat: add BinaryNumericFn for array arithmetic (#1640)
I did not implement any binary numeric functions because it is not clear
that there are any cases where we can out run decompression. Two run end
arrays might be a happy path? Two dictionaries, maybe, if the
dictionaries are much smaller than the decompressed arrays?
Binary scalar numeric functions are more obviously valuable: clickbench
includes several uses of scalar add or subtract.
0 commit comments