pub fn prune_columns( schema: &Schema, selected: impl IntoIterator<Item = i32>, select_full_types: bool, ) -> Result<Type>
Visit a schema and returns only the fields selected by id set