yjshen opened a new pull request, #2146:
URL: https://github.com/apache/arrow-datafusion/pull/2146
# Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases. You can
link an issue to this PR using the GitHub syntax. For example `Closes #123`
indicates that this PR will close issue #123.
-->
Closes #.
This PR is based on #2132.
# Rationale for this change
Row format is more cache-friendly for "row logic" operators, at the cost of
more computation involved while incorporating in vectorized engines like our
DataFusion. (there would be extra row <-> columnar conversions of course)
This work is to explore the usage of row-format as the in-memory records
buffer layout, for benchmark, test, and discussion purposes.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]