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

Function aggregate_explain

datafusion/core/src/physical_planner.rs:3273–3276  ·  view source on GitHub ↗
(logical_plan: &LogicalPlan)

Source from the content-addressed store, hash-verified

3271 }
3272
3273 async fn aggregate_explain(logical_plan: &LogicalPlan) -> Result<String> {
3274 let physical_plan = plan(logical_plan).await?;
3275 Ok(displayable(physical_plan.as_ref()).indent(true).to_string())
3276 }
3277
3278 async fn aggregate_explain_for(
3279 schema: Schema,

Callers 1

aggregate_explain_forFunction · 0.85

Calls 5

planFunction · 0.85
displayableFunction · 0.85
indentMethod · 0.80
to_stringMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…