Skip to content

Commit

Permalink
GH-14866: [C++] Remove internal GroupBy implementation (#14867)
Browse files Browse the repository at this point in the history
* Closes: #14866

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
  • Loading branch information
westonpace authored Feb 21, 2023
1 parent a988302 commit 92d91f5
Show file tree
Hide file tree
Showing 16 changed files with 1,323 additions and 1,327 deletions.
2 changes: 1 addition & 1 deletion cpp/src/arrow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ if(ARROW_COMPUTE)
compute/api_vector.cc
compute/cast.cc
compute/exec.cc
compute/exec/aggregate.cc
compute/exec/groupby.cc
compute/exec/accumulation_queue.cc
compute/exec/aggregate_node.cc
compute/exec/asof_join_node.cc
Expand Down
1 change: 1 addition & 0 deletions cpp/src/arrow/compute/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@

#include "arrow/compute/exec.h" // IWYU pragma: export
#include "arrow/compute/exec/exec_plan.h" // IWYU pragma: export
#include "arrow/compute/exec/groupby.h" // IWYU pragma: export
1 change: 1 addition & 0 deletions cpp/src/arrow/compute/exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ add_arrow_compute_test(asof_join_node_test
test_nodes.cc)
add_arrow_compute_test(tpch_node_test PREFIX "arrow-compute")
add_arrow_compute_test(union_node_test PREFIX "arrow-compute")
add_arrow_compute_test(groupby_test PREFIX "arrow-compute")
add_arrow_compute_test(util_test
PREFIX
"arrow-compute"
Expand Down
300 changes: 0 additions & 300 deletions cpp/src/arrow/compute/exec/aggregate.cc

This file was deleted.

60 changes: 0 additions & 60 deletions cpp/src/arrow/compute/exec/aggregate.h

This file was deleted.

Loading

0 comments on commit 92d91f5

Please sign in to comment.