pub fn select_fields( data: &BTreeMap<String, RecordBatch>, fields: &BTreeMap<String, Vec<String>>, ) -> Result<BTreeMap<String, RecordBatch>>
Projects each table to include only the specified columns.