This is an automated email from the ASF dual-hosted git repository.
westonpace pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from be7a763403 GH-34388: [C++] Build core compute kernels unconditionally
(#34295)
add ce469c2d81 GH-34266: [C++] Add a pivot_longer node (#34267)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/CMakeLists.txt | 1 +
cpp/src/arrow/compute/exec/CMakeLists.txt | 7 +
cpp/src/arrow/compute/exec/exec_plan.cc | 2 +
cpp/src/arrow/compute/exec/options.h | 88 +++++++
cpp/src/arrow/compute/exec/pivot_longer_node.cc | 282 ++++++++++++++++++++
.../arrow/compute/exec/pivot_longer_node_test.cc | 286 +++++++++++++++++++++
6 files changed, 666 insertions(+)
create mode 100644 cpp/src/arrow/compute/exec/pivot_longer_node.cc
create mode 100644 cpp/src/arrow/compute/exec/pivot_longer_node_test.cc