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

Method aliases

datafusion/expr/src/udaf.rs:177–179  ·  view source on GitHub ↗

Returns the aliases for this function.

(&self)

Source from the content-addressed store, hash-verified

175
176 /// Returns the aliases for this function.
177 pub fn aliases(&self) -> &[String] {
178 self.inner.aliases()
179 }
180
181 /// See [`AggregateUDFImpl::schema_name`] for more details.
182 pub fn schema_name(&self, params: &AggregateFunctionParams) -> Result<String> {

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected