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

Method get_name

datafusion/core/src/bin/print_functions_docs.rs:255–257  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

253
254impl DocProvider for AggregateUDF {
255 fn get_name(&self) -> String {
256 self.name().to_string()
257 }
258 fn get_aliases(&self) -> Vec<String> {
259 self.aliases().iter().map(|a| a.to_string()).collect()
260 }

Callers 1

print_docsFunction · 0.80

Calls 2

to_stringMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected