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
fn all_to_f64(
col: ColumnarValue,
vm: &VirtualMachine,
) -> PyResult<ColumnarValue>
Because most of the datafusion’s UDF only support f32/64, so cast all to f64 to use datafusion’s UDF