Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
impl 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_new
Method · 0.45
output_column
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected