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

Method aliases

datafusion/expr/src/udf.rs:208–210  ·  view source on GitHub ↗

Returns the aliases for this function. See [`ScalarUDF::with_aliases`] for more details

(&self)

Source from the content-addressed store, hash-verified

206 ///
207 /// See [`ScalarUDF::with_aliases`] for more details
208 pub fn aliases(&self) -> &[String] {
209 self.inner.aliases()
210 }
211
212 /// Returns this function's [`Signature`] (what input types are accepted).
213 ///

Callers 6

partial_cmpMethod · 0.45
newMethod · 0.45
register_udafMethod · 0.45
register_udwfMethod · 0.45
register_udfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected