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?
The performance of sorting ScalarValue directly will be exceptionally poor, especially when compared to vectorised approaches operating on arrays or rows, and having separate mechanisms introduces opportunity for inconsistency.
Describe the solution you'd like
Remove PartialOrd and Ord from ScalarValue
Describe alternatives you've considered
No response
Additional context
#7353#7352 both track using ArrayRef within ScalarValue which this would relate to
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
The performance of sorting ScalarValue directly will be exceptionally poor, especially when compared to vectorised approaches operating on arrays or rows, and having separate mechanisms introduces opportunity for inconsistency.
Describe the solution you'd like
Remove PartialOrd and Ord from ScalarValue
Describe alternatives you've considered
No response
Additional context
#7353 #7352 both track using ArrayRef within ScalarValue which this would relate to
The text was updated successfully, but these errors were encountered: