Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ name
Method
name
datafusion/functions/src/math/power.rs:404–406 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
402
403
impl ScalarUDFImpl for PowerFunc {
404
fn name(&self) -> &str {
405
"power"
406
}
407
408
fn signature(&self) -> &Signature {
409
&self.signature
Callers
1
invoke_with_args
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected