File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1- use datafusion:: common:: tree_node:: { TreeNode , TreeNodeRecursion } ;
21use datafusion:: error:: Result ;
3- use datafusion:: physical_plan:: joins:: PartitionMode ;
42use datafusion:: physical_plan:: { displayable, ExecutionPlan , ExecutionPlanProperties } ;
53
64use std:: fmt:: Write ;
7- use std:: sync:: Arc ;
85
96pub fn display_plan_with_partition_in_out ( plan : & dyn ExecutionPlan ) -> Result < String > {
107 let mut f = String :: new ( ) ;
Original file line number Diff line number Diff line change 11use std:: sync:: Arc ;
22
33use datafusion:: common:: internal_err;
4- use datafusion:: common:: tree_node:: { TreeNode , TreeNodeRecursion } ;
54use datafusion:: error:: { DataFusionError , Result } ;
65use datafusion:: execution:: TaskContext ;
76use datafusion:: physical_plan:: ExecutionPlan ;
You can’t perform that action at this time.
0 commit comments