Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
impl ScalarUDFImpl for CotFunc {
74
fn name(&self) -> &str {
75
"cot"
76
}
77
78
fn signature(&self) -> &Signature {
79
&self.signature
Callers
1
invoke_with_args
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected