view v names   =>   column
v   input view

Names returns a list with the name of each column in v.

Examples:
set v [view {A B C} def {a b c}]

view $v names
A B C
view $v get @ * name
A B C