-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Milestone
Description
{}Proposed approach{}: design doc
Steps
-
Read about ExecPlan and ExecPlan::ToString
-
Hook up to the existing C++ ToString method for ExecPlans
-
Implement a
ToString()method forExecPlanR6 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)
Reporter: Jonathan Keane / @jonkeane
Assignee: Dragoș Moldovan-Grünfeld / @dragosmg
Subtasks:
- [R] Read about ExecPlan and ExecPlan::ToString
- [R] Implement a $ToString() method for ExecPlan R6 class
- [R] Implement a print() method for the ExecPlan R6 class
- [R] Update print.arrow_dplyr_query
- [R] Implement
show_arrow_query() - [R][Doc] Document show_query() for arrow_dplyr_query
PRs and other links:
Note: This issue was originally created as ARROW-15016. Please see the migration documentation for further details.