You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/07/21 14:35:00 UTC

[jira] [Created] (ARROW-17165) [Python] Add python bindings to ExecuteScalarExpression

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)