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

Method name

datafusion/expr/src/udaf.rs:172–174  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

170 ///
171 /// See [`AggregateUDFImpl::name`] for more details.
172 pub fn name(&self) -> &str {
173 self.inner.name()
174 }
175
176 /// Returns the aliases for this function.
177 pub fn aliases(&self) -> &[String] {

Callers 2

partial_cmpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected