Either SingleColumn.named should be added, or col(Int) should return ColumnReference Use case: ``` rawFrame.select { col(0) named "col1" and col(1) named "col2" } ```