You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/11 09:45:47 UTC

[GitHub] [arrow] sanjibansg commented on a change in pull request #12104: ARROW-15269: [C++][Docs] Clarify that not all compute functions are invocable via CallFunction

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org