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

Method to_stringified

datafusion/expr/src/logical_plan/plan.rs:2212–2214  ·  view source on GitHub ↗
(&self, plan_type: PlanType)

Source from the content-addressed store, hash-verified

2210
2211impl ToStringifiedPlan for LogicalPlan {
2212 fn to_stringified(&self, plan_type: PlanType) -> StringifiedPlan {
2213 StringifiedPlan::new(plan_type, self.display_indent().to_string())
2214 }
2215}
2216
2217/// Relationship produces 0 or 1 placeholder rows with specified output schema

Callers

nothing calls this directly

Calls 3

newFunction · 0.85
display_indentMethod · 0.80
to_stringMethod · 0.45

Tested by

no test coverage detected