pub fn index<I, S>(columns: I) -> Typewhere S: ToString, I: IntoIterator<Item = S>,
Create an index over multiple, existing columns of the same type