Method ADT.Table.table()->rename()
- Method rename
objectrename(string|intfrom,stringto)- Description
This method renames the column named
fromtotoand returns a new table object. Note thatfromcan be the column position.
object rename(string|int from, string to)
This method renames the column named from to to and
returns a new table object. Note that from can be the column
position.