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

Method signature

datafusion/expr/src/udf.rs:215–217  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

213 ///
214 /// See [`ScalarUDFImpl::signature`] for more details.
215 pub fn signature(&self) -> &Signature {
216 self.inner.signature()
217 }
218
219 /// The datatype this function returns given the input argument types.
220 /// This function is used when the input arguments are [`DataType`]s.

Callers 1

partial_cmpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected