ianmcook commented on a change in pull request #9916: URL: https://github.com/apache/arrow/pull/9916#discussion_r609295875
########## File path: r/R/compute.R ########## @@ -34,6 +48,30 @@ call_function <- function(function_name, ..., args = list(...), options = empty_ compute__CallFunction(function_name, args, options) } +#' List available Arrow C++ compute functions +#' +#' This function lists the names of all available Arrow compute functions. Review comment: ```suggestion #' This function lists the names of all available Arrow C++ library compute functions. ``` (also see my comment below) -- 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