You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/08/16 15:31:00 UTC

[jira] [Created] (ARROW-9758) [Rust] [DataFusion] Implement extension API for DataFusion

Andy Grove created ARROW-9758:
---------------------------------

             Summary: [Rust] [DataFusion] Implement extension API for DataFusion
                 Key: ARROW-9758
                 URL: https://issues.apache.org/jira/browse/ARROW-9758
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust, Rust - DataFusion
            Reporter: Andy Grove
            Assignee: Andy Grove
             Fix For: 2.0.0


I would like the ability to extend DataFusion by providing my own:
 * Logical plan optimization rules
 * Physical query planner for converting logical plan to physical plan

Later, I would also like to be able to provide physical plan optimization rules but we don't have a physical optimizer yet.

These changes would allow people to extend DataFusion easily without implementing their own competing DataFrame APIs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)