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

Method aliases

datafusion/expr/src/higher_order_function.rs:919–921  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

917 ///
918 /// See [`HigherOrderUDF::with_aliases`] for more details.
919 pub fn aliases(&self) -> &[String] {
920 self.inner.aliases()
921 }
922
923 /// Returns this function's schema_name.
924 ///

Callers 2

partial_cmpMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected