lidavidm commented on pull request #12338: URL: https://github.com/apache/arrow/pull/12338#issuecomment-1050138682
Arity is a fairly easy one just because we effectively already are doing it here: https://github.com/apache/arrow/blob/9df9bad7d1c37971dab03361df155ce1709fe622/cpp/src/arrow/compute/function.cc#L129-L134 Once we get beyond that it seems more complicated; I wonder if logic like that could be done in DispatchBest somehow though. -- 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]
