pitrou commented on code in PR #14043: URL: https://github.com/apache/arrow/pull/14043#discussion_r1015603195
########## cpp/src/arrow/compute/exec.h: ########## @@ -440,5 +441,30 @@ Result<Datum> CallFunction(const std::string& func_name, const ExecBatch& batch, /// @} +/// \defgroup compute-function-executor One-shot calls to obtain function executors Review Comment: I forgot: this new Doxygen group should be referred somewhere in the Sphinx API docs, otherwise it won't be visible. See https://github.com/apache/arrow/blob/master/docs/source/cpp/api/compute.rst -- 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]
