Closed
Description
Is your feature request related to a problem or challenge?
The arrow-rs compare improvement has been merged, we can apply it to CursorValues compare for StringViewArray in datafusion.
Related arrow-rs changes:
apache/arrow-rs#7748
Describe the solution you'd like
Optimizing the CursorValues compare for StringViewArray using fast inlined fast key, and compare performance.
Describe alternatives you've considered
No response
Additional context
No response