pub type CowColumnList<'a> = SmallVec<[Cow<'a, str>; 8]>;
A list of column names as Cow strings for zero-copy static columns.
pub struct CowColumnList<'a> { /* private fields */ }