pitrou commented on a change in pull request #11111:
URL: https://github.com/apache/arrow/pull/11111#discussion_r707579163



##########
File path: cpp/src/arrow/compute/kernels/codegen_internal.h
##########
@@ -407,12 +407,19 @@ ArrayKernelExec MakeFlippedBinaryExec(ArrayKernelExec 
exec);
 // Helpers for iterating over common DataType instances for adding kernels to
 // functions
 
+ARROW_EXPORT
 const std::vector<std::shared_ptr<DataType>>& BaseBinaryTypes();

Review comment:
       Well, these helpers would be globally useful, so perhaps put them at the 
end of `type.h`?




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