MCPcopy 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
266impl DocProvider for ScalarUDF {

Callers 1

print_docsFunction · 0.80

Calls 1

documentationMethod · 0.45

Tested by

no test coverage detected