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

Method name

datafusion/physical-plan/src/async_func.rs:155–157  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

153
154impl ExecutionPlan for AsyncFuncExec {
155 fn name(&self) -> &str {
156 "async_func"
157 }
158
159 fn properties(&self) -> &Arc<PlanProperties> {
160 &self.cache

Callers 2

try_newMethod · 0.45
output_columnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected