jorisvandenbossche commented on a change in pull request #7318: URL: https://github.com/apache/arrow/pull/7318#discussion_r433845450
########## File path: cpp/src/arrow/compute/function.h ########## @@ -230,5 +234,19 @@ class ARROW_EXPORT ScalarAggregateFunction const std::vector<ValueDescr>& values) const; }; +/// \brief A function that dispatches to other functions. Must override +/// Function::Execute. Review comment: does this mean that it must handle the different Datum kinds itself? (such as dealing with combination of array and chunked array?) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org