edponce commented on a change in pull request #11115:
URL: https://github.com/apache/arrow/pull/11115#discussion_r714102633
##########
File path: cpp/src/arrow/compute/kernels/codegen_internal.h
##########
@@ -270,6 +275,24 @@ struct OutputArrayWriter<Type,
enable_if_c_number_or_decimal<Type>> {
}
};
+template <typename Type>
+struct OutputArrayWriter<Type, enable_if_struct<Type>> {
Review comment:
Thanks! I reached the same conclusion. I will try to provide support for
struct-returning arithmetic functions.
--
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]