withColumnType

fun withColumnType(columnType: IColumnType<T & Any>): Column<T>

Returns a copy of this column, but with the given column type.