v input view
Names returns a list with the name of each column in v.
set v [view {A B C} def {a b c}] view $v names A B C view $v get @ * name A B C
A B C