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

Method name

datafusion/functions/src/math/cot.rs:74–76  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

72
73impl ScalarUDFImpl for CotFunc {
74 fn name(&self) -> &str {
75 "cot"
76 }
77
78 fn signature(&self) -> &Signature {
79 &self.signature

Callers 1

invoke_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected