Function script::python::rspython::builtins::greptime_builtin::log10

source ·
fn log10(val: PyObjectRef, vm: &VirtualMachine) -> PyResult<PyObjectRef>
Expand description

simple math function, the backing implement is datafusion’s log10 math function