MCPcopy 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
403impl ScalarUDFImpl for PowerFunc {
404 fn name(&self) -> &str {
405 "power"
406 }
407
408 fn signature(&self) -> &Signature {
409 &self.signature

Callers 1

invoke_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected