You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/06/08 20:25:07 UTC

[GitHub] [arrow] westonpace commented on issue #35778: [C++] Introducing Row format for faster sort?

westonpace commented on issue #35778:
URL: https://github.com/apache/arrow/issues/35778#issuecomment-1583290648

   Yes, `row_internal.h` contains a row representation that can be used if needed.  It is what is in use in the hash table.  However, it is not used by any sort algorithm.  It's not clear the cost would be worth it for an in-memory sort and we do not have an external/spilling sort.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org