edponce commented on code in PR #12460:
URL: https://github.com/apache/arrow/pull/12460#discussion_r848695534


##########
cpp/src/arrow/compute/kernels/codegen_internal.h:
##########
@@ -1134,6 +1134,37 @@ ArrayKernelExec 
GeneratePhysicalInteger(detail::GetTypeId get_id) {
   }
 }
 
+template <template <typename...> class KernelGenerator, typename Op, 
typename... Args>
+ArrayKernelExec ArithmeticExecFromOp(detail::GetTypeId get_id) {

Review Comment:
   I think this helper GD will not be needed when full-type support (date/time) 
is added to `cumsum`.



-- 
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]

Reply via email to