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

Method signature

datafusion/expr/src/udaf.rs:219–221  ·  view source on GitHub ↗

Returns this function's signature (what input types are accepted) See [`AggregateUDFImpl::signature`] for more details.

(&self)

Source from the content-addressed store, hash-verified

217 ///
218 /// See [`AggregateUDFImpl::signature`] for more details.
219 pub fn signature(&self) -> &Signature {
220 self.inner.signature()
221 }
222
223 /// Return the type of the function given its input types
224 ///

Callers 1

partial_cmpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected