MCPcopy Create free account
hub / github.com/apache/datafusion / format_plan

Function format_plan

datafusion/core/tests/physical_optimizer/limit_pushdown.rs:102–104  ·  view source on GitHub ↗
(plan: &Arc<dyn ExecutionPlan>)

Source from the content-addressed store, hash-verified

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

Calls 2

get_plan_stringFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…