Method ADT.Table.table()->rename()
- Method
rename
this_program
rename(string
|int
from
,string
to
)- Description
This method renames the column named
from
toto
and returns a new table object. Note thatfrom
can be the column position.
this_program
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.