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

Method name

datafusion/expr/src/higher_order_function.rs:912–914  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

910 ///
911 /// See [`HigherOrderUDFImpl::name`] for more details.
912 pub fn name(&self) -> &str {
913 self.inner.name()
914 }
915
916 /// Returns the aliases for this function.
917 ///

Callers 1

partial_cmpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected