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

Method aliases

datafusion/expr/src/udwf.rs:149–151  ·  view source on GitHub ↗

Returns the aliases for this function.

(&self)

Source from the content-addressed store, hash-verified

147
148 /// Returns the aliases for this function.
149 pub fn aliases(&self) -> &[String] {
150 self.inner.aliases()
151 }
152
153 /// Returns this function's signature (what input types are accepted)
154 ///

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected