Function script::python::ffi_types::copr::select_from_rb

source ยท
pub(crate) fn select_from_rb(
    rb: &RecordBatch,
    fetch_names: &[String],
) -> Result<Vec<PyVector>>
Expand description

select columns according to fetch_names from rb and cast them into a Vec of PyVector