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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The length kernel only supports StringArrays so far. I think it is reasonable to let it support BinaryArrays.
Describe the solution you'd like
let the function length and bit_length work with binary arrays
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The
length
kernel only supportsStringArray
s so far. I think it is reasonable to let it supportBinaryArray
s.Describe the solution you'd like
let the function
length
andbit_length
work with binary arraysThe text was updated successfully, but these errors were encountered: