Skip to content

Commit b3d218c

Browse files
authored
GH-45563: [C++][Compute] Split up hash_aggregate.cc (#45725)
### Rationale for this change Split up `hash_aggregate.cc` into smaller, more manageable modules. ### Are these changes tested? By existing tests and CI. ### Are there any user-facing changes? No. * GitHub Issue: #45563 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
1 parent 56436e8 commit b3d218c

File tree

7 files changed

+1978
-1854
lines changed

7 files changed

+1978
-1854
lines changed

cpp/src/arrow/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ if(ARROW_COMPUTE)
758758
compute/kernels/aggregate_tdigest.cc
759759
compute/kernels/aggregate_var_std.cc
760760
compute/kernels/hash_aggregate.cc
761+
compute/kernels/hash_aggregate_numeric.cc
762+
compute/kernels/hash_aggregate_pivot.cc
761763
compute/kernels/pivot_internal.cc
762764
compute/kernels/scalar_arithmetic.cc
763765
compute/kernels/scalar_boolean.cc

0 commit comments

Comments
 (0)