Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ get_documentation
Method
get_documentation
datafusion/core/src/bin/print_functions_docs.rs:261–263 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
259
self.aliases().iter().map(|a| a.to_string()).collect()
260
}
261
fn get_documentation(&self) -> Option<&Documentation> {
262
self.documentation()
263
}
264
}
265
266
impl DocProvider for ScalarUDF {
Callers
1
print_docs
Function · 0.80
Calls
1
documentation
Method · 0.45
Tested by
no test coverage detected