fn try_into_py_obj(
col: ColumnarValue,
vm: &VirtualMachine,
) -> PyResult<PyObjectRef>
Expand description
cast a columnar value into python object
Rust | Python |
---|---|
Array | PyVector |
Scalar | int/float/bool |
fn try_into_py_obj(
col: ColumnarValue,
vm: &VirtualMachine,
) -> PyResult<PyObjectRef>
cast a columnar value into python object
Rust | Python |
---|---|
Array | PyVector |
Scalar | int/float/bool |