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