[ 
https://issues.apache.org/jira/browse/ARROW-14292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alessandro Molina updated ARROW-14292:
--------------------------------------
    Description: At the moment pyarrow doesn't provide any way to leverage the 
query execution engine that the C++ layer provides. The goal is to allow a 
minimal implementation (unexposed to end users) that permits to create an exec 
plan with multiple inputs and that produces a single output. In between it 
should be able to perform a join of the multiple inputs.  (was: At the moment 
pyarrow doesn't provide any way to leverage the query execution engine that the 
C++ layer provides. We want to expose the capability to execute plans that have 
been built by IBIS through a flatbuffers dump.

Note, this feature will also be leveraged by 
https://issues.apache.org/jira/browse/ARROW-14293)

> [Python] Minimal ExecPlan to perform joins in pyarrow
> -----------------------------------------------------
>
>                 Key: ARROW-14292
>                 URL: https://issues.apache.org/jira/browse/ARROW-14292
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Python
>            Reporter: Alessandro Molina
>            Assignee: Alessandro Molina
>            Priority: Major
>             Fix For: 8.0.0
>
>
> At the moment pyarrow doesn't provide any way to leverage the query execution 
> engine that the C++ layer provides. The goal is to allow a minimal 
> implementation (unexposed to end users) that permits to create an exec plan 
> with multiple inputs and that produces a single output. In between it should 
> be able to perform a join of the multiple inputs.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to