bkmgit commented on a change in pull request #11882:
URL: https://github.com/apache/arrow/pull/11882#discussion_r787031774



##########
File path: cpp/src/arrow/compute/kernels/codegen_internal.h
##########
@@ -445,6 +445,29 @@ static void VisitTwoArrayValuesInline(const ArrayData& 
arr0, const ArrayData& ar
                         arr0.length, std::move(visit_valid), 
std::move(visit_null));
 }
 
+template <typename Arg0Type, typename Arg1Type, typename Arg2Type, typename 
VisitFunc,
+          typename NullFunc>
+static void VisitThreeArrayValuesInline(const ArrayData& arr0, const 
ArrayData& arr1,

Review comment:
       Removed.




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