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

Function is_pow

datafusion/functions/src/math/log.rs:399–401  ·  view source on GitHub ↗

Returns true if the function is `PowerFunc`

(func: &ScalarUDF)

Source from the content-addressed store, hash-verified

397
398/// Returns true if the function is `PowerFunc`
399fn is_pow(func: &ScalarUDF) -> bool {
400 func.inner().is::<PowerFunc>()
401}
402
403#[cfg(test)]
404mod tests {

Callers 1

simplifyMethod · 0.85

Calls 1

innerMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…