[
https://issues.apache.org/jira/browse/ARROW-15016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dragoș Moldovan-Grünfeld updated ARROW-15016:
---------------------------------------------
Description:
{*}Proposed approach{*}: [design
doc|https://docs.google.com/document/d/1Ep8aV4jDsNCCy9uv1bjWY_JF17nzHQogv0EnGJvraQI/edit#]
*Steps*
* Read about ExecPlan and ExecPlan::ToString
** https://issues.apache.org/jira/browse/ARROW-14233
** https://issues.apache.org/jira/browse/ARROW-15138
** https://issues.apache.org/jira/browse/ARROW-13785
* Hook up to the existing C++ ToString method for ExecPlans
* Implement a {{ToString()}} method for {{ExecPlan}} R6 class
* Implement and document {{show_exec_plan()}}
{*}Original description{*}:
Now that we can print a query plan (ARROW-13785) we should wire this up in R so
we can see what execution plans are being put together for various queries
(like the TPC-H queries)
was:
*Proposed approach*:
* Read about ExecPlan and ExecPlan::ToString
** https://issues.apache.org/jira/browse/ARROW-14233
** https://issues.apache.org/jira/browse/ARROW-15138
** https://issues.apache.org/jira/browse/ARROW-13785
* Implement a $ToString() method for ExecPlan R6 class
* Implement a print() method for the ExecPlan R6 class
* Update print.arrow_dplyr_query
* Implement `show_arrow_query()`
* Document show_query() for arrow_dplyr_query
*Original description*:
Now that we can print a query plan (ARROW-13785) we should wire this up in R so
we can see what execution plans are being put together for various queries
(like the TPC-H queries)
> [R] show_query() for an arrow_dplyr_query
> -----------------------------------------
>
> Key: ARROW-15016
> URL: https://issues.apache.org/jira/browse/ARROW-15016
> Project: Apache Arrow
> Issue Type: Improvement
> Components: R
> Reporter: Jonathan Keane
> Assignee: Dragoș Moldovan-Grünfeld
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> {*}Proposed approach{*}: [design
> doc|https://docs.google.com/document/d/1Ep8aV4jDsNCCy9uv1bjWY_JF17nzHQogv0EnGJvraQI/edit#]
> *Steps*
> * Read about ExecPlan and ExecPlan::ToString
> ** https://issues.apache.org/jira/browse/ARROW-14233
> ** https://issues.apache.org/jira/browse/ARROW-15138
> ** https://issues.apache.org/jira/browse/ARROW-13785
> * Hook up to the existing C++ ToString method for ExecPlans
> * Implement a {{ToString()}} method for {{ExecPlan}} R6 class
> * Implement and document {{show_exec_plan()}}
> {*}Original description{*}:
> Now that we can print a query plan (ARROW-13785) we should wire this up in R
> so we can see what execution plans are being put together for various queries
> (like the TPC-H queries)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)