singhpratech opened a new pull request, #1303: URL: https://github.com/apache/arrow-go/pull/1303
### Rationale for this change The package comment describes an Acero-like engine but does not say that scalar aggregate and hash aggregate functions are not implemented, so a reader coming from `pyarrow.compute` or the C++ function list finds out by a failed `GetFunction`. #1296. ### What changes are included in this PR? A "What is implemented" section in the `compute` package comment listing the function kinds the registry holds (scalar, vector, meta, with the families and the vector/meta names) and stating that `FuncScalarAgg` and `FuncHashAgg` have no registered functions yet. ### Are these changes tested? Documentation only; the names were taken from `GetFunctionRegistry()` on main. ### Are there any user-facing changes? Documentation only. The aggregate kernels themselves are a separate piece of work; see the issue. -- 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]
