Defining `getindex` for `Tables.columntable` objects

Thanks for the answer. It’s probably best just to use Tables.matrix in this context, even if it copies.

I get why Tables would want to be agnostic about the layout of columns, allowing for iterators or infinite streaming.