ZhangHuiGui commented on code in PR #41012:
URL: https://github.com/apache/arrow/pull/41012#discussion_r1604535032
##########
cpp/src/arrow/compute/kernel.cc:
##########
@@ -505,9 +510,14 @@ bool KernelSignature::Equals(const KernelSignature& other)
const {
}
bool KernelSignature::MatchesInputs(const std::vector<TypeHolder>& types)
const {
+ auto is_match_combination_types = [&](const InputType& in_type) {
Review Comment:
Add a simple type matcher accept rule for the combination types matched
rules.
--
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]