(plan: &Arc<dyn ExecutionPlan>)
| 100 | } |
| 101 | |
| 102 | fn format_plan(plan: &Arc<dyn ExecutionPlan>) -> String { |
| 103 | get_plan_string(plan).join("\n") |
| 104 | } |
| 105 | |
| 106 | #[test] |
| 107 | fn transforms_streaming_table_exec_into_fetching_version_when_skip_is_zero() -> Result<()> |
no test coverage detected
searching dependent graphs…