lidavidm commented on pull request #11882:
URL: https://github.com/apache/arrow/pull/11882#issuecomment-1003017231
IMO it's less ergonomic for functions like add and less to have a
consolidated function, it'd be `CallFunction("add", {a, b})` vs
```
ArithmeticOptions options(ArithmeticOptions::ADD);
CallFunction("arithmetic", {a, b}, &options);
```
and note this difference would also be reflected in Expressions and how they
get serialized
--
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]