Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++][Docs] Clarify that not all compute functions are invocable via CallFunction #30761

Closed
asfimport opened this issue Jan 6, 2022 · 1 comment

Comments

@asfimport
Copy link
Collaborator

It has been noted by users that the Compute Functions documentation ("Invoking functions" section) states that functions are invoked via CallFunction, but there exist functions (specifically ["Grouped aggregations"|#grouped-aggregations-group-by]) that can't be invoked directly via CallFunction. This is a bit misleading, although this is stated in the description of "Grouped aggregations".

Grouped aggregations are stateful functions and at the moment stateful functions are not invocable in such a way.

We should clarify in "Invoking functions" section that not all compute functions are directly invocable via CallFunction.

Reporter: Eduardo Ponce / @edponce
Assignee: Sanjiban Sengupta / @sanjibansg

PRs and other links:

Note: This issue was originally created as ARROW-15269. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

David Li / @lidavidm:
Issue resolved by pull request 12104
#12104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant