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

Method create_physical_plan

datafusion/core/src/execution/session_state.rs:270–275  ·  view source on GitHub ↗
(
        &self,
        logical_plan: &LogicalPlan,
    )

Source from the content-addressed store, hash-verified

268 }
269
270 async fn create_physical_plan(
271 &self,
272 logical_plan: &LogicalPlan,
273 ) -> datafusion_common::Result<Arc<dyn ExecutionPlan>> {
274 self.create_physical_plan(logical_plan).await
275 }
276
277 fn create_physical_expr(
278 &self,

Callers 1

plan_count_wildcardFunction · 0.45

Calls 1

optimizeMethod · 0.45

Tested by

no test coverage detected