Weston Pace created ARROW-17165:
-----------------------------------
Summary: [Python] Add python bindings to ExecuteScalarExpression
Key: ARROW-17165
URL: https://issues.apache.org/jira/browse/ARROW-17165
Project: Apache Arrow
Issue Type: Improvement
Components: Python
Reporter: Weston Pace
Currently, if a user wants to execute an expression, we require them to create
an exec plan, add a project node, and then run the exec plan. However, for
simple use cases, where a user already has a record batch in memory, we could
probably expose ExecuteScalarExpression on its own.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)