script::python::rspython::builtins

Function all_to_f64

source
fn all_to_f64(
    col: ColumnarValue,
    vm: &VirtualMachine,
) -> PyResult<ColumnarValue>
Expand description

Because most of the datafusion’s UDF only support f32/64, so cast all to f64 to use datafusion’s UDF