fn log2(val: PyObjectRef, vm: &VirtualMachine) -> PyResult<PyObjectRef>
Expand description
simple math function, the backing implement is datafusion’s log2
math function
fn log2(val: PyObjectRef, vm: &VirtualMachine) -> PyResult<PyObjectRef>
simple math function, the backing implement is datafusion’s log2
math function