pub(crate) fn select_from_rb( rb: &RecordBatch, fetch_names: &[String], ) -> Result<Vec<PyVector>>
select columns according to fetch_names from rb and cast them into a Vec of PyVector
fetch_names
rb