sanjibansg commented on a change in pull request #12104:
URL: https://github.com/apache/arrow/pull/12104#discussion_r781968947
##########
File path: docs/source/cpp/compute.rst
##########
@@ -98,6 +98,8 @@ exact semantics of the function::
min_value = min_max.scalar_as<arrow::StructScalar>().value[0];
max_value = min_max.scalar_as<arrow::StructScalar>().value[1];
+However, stateful compute functions like `Grouped Aggregations
<#grouped-aggregations-group-by>`_ are not invocable via ``CallFunction``
+
Review comment:
@lidavidm made the changes
--
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]