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

Method name

datafusion/expr/src/udf.rs:182–184  ·  view source on GitHub ↗

Returns this function's name. See [`ScalarUDFImpl::name`] for more details.

(&self)

Source from the content-addressed store, hash-verified

180 ///
181 /// See [`ScalarUDFImpl::name`] for more details.
182 pub fn name(&self) -> &str {
183 self.inner.name()
184 }
185
186 /// Returns this function's display_name.
187 ///

Callers 13

generate_timezoneMethod · 0.45
mainFunction · 0.45
partial_cmpMethod · 0.45
register_udfMethod · 0.45
register_udafMethod · 0.45
register_udwfMethod · 0.45
fields_have_same_namesFunction · 0.45
coerce_struct_by_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected