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

Method signature

datafusion/expr/src/higher_order_function.rs:931–933  ·  view source on GitHub ↗

Returns this function's [`HigherOrderSignature`].

(&self)

Source from the content-addressed store, hash-verified

929
930 /// Returns this function's [`HigherOrderSignature`].
931 pub fn signature(&self) -> &HigherOrderSignature {
932 self.inner.signature()
933 }
934
935 /// Returns the parameters of all lambdas of this function for the current step.
936 ///

Callers 2

partial_cmpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected