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

Function is_log

datafusion/functions/src/math/power.rs:612–614  ·  view source on GitHub ↗

Return true if this function call is a call to `Log`

(func: &ScalarUDF)

Source from the content-addressed store, hash-verified

610
611/// Return true if this function call is a call to `Log`
612fn is_log(func: &ScalarUDF) -> bool {
613 func.inner().is::<LogFunc>()
614}
615
616#[cfg(test)]
617mod 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…