Skip to content

Commit c6b8ec8

Browse files
committed
GH-45563: [C++][Compute] Split up hash_aggregate.cc
1 parent c124bb5 commit c6b8ec8

7 files changed

+1978
-1854
lines changed

cpp/src/arrow/CMakeLists.txt

+2
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)