Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ udwf_names
Method
udwf_names
datafusion/sql/src/expr/mod.rs:1453–1455 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1451
}
1452
1453
fn udwf_names(&self) -> Vec<String> {
1454
Vec::new()
1455
}
1456
}
1457
1458
fn create_table_source(fields: Vec<Field>) -> Arc<dyn TableSource> {
Callers
1
suggest_valid_function
Function · 0.45
Calls
1
new
Function · 0.85
Tested by
no test coverage detected