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

Method execute_logical_plan

datafusion-cli/src/cli_context.rs:92–97  ·  view source on GitHub ↗
(
        &self,
        plan: LogicalPlan,
    )

Source from the content-addressed store, hash-verified

90 }
91
92 async fn execute_logical_plan(
93 &self,
94 plan: LogicalPlan,
95 ) -> Result<DataFrame, DataFusionError> {
96 self.execute_logical_plan(plan).await
97 }
98}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected