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.
While implementing apache/datafusion#7353, I found we might need hash() for ArrayRef.
If there is no existing function, having hash function in arrow-rs for ArrayRef would be a good idea.
Just spitballing here but perhaps we could remove Hash from ScalarValue? Collecting ScalarValue in this way will be terrible from a performance standpoint?
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
While implementing apache/datafusion#7353, I found we might need hash() for
ArrayRef
.If there is no existing function, having hash function in arrow-rs for ArrayRef would be a good idea.
Reference code where we need hash() for ScalarValue::List(ArrayRef)
https://github.com/apache/arrow-datafusion/blob/495c25f7d8ac2e9c7c82306f2c0967a766342c8b/datafusion/common/src/scalar.rs#L604C14-L607
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: