Class ColumnHeader<T1>

java.lang.Object
io.deephaven.qst.column.header.ColumnHeader<T1>
Type Parameters:
T1 - the type
All Implemented Interfaces:
TableHeader.Buildable, Iterable<ColumnHeader<?>>

@Immutable public abstract class ColumnHeader<T1> extends Object implements TableHeader.Buildable
A column header is name and type pair.

Multiple column headers, up to 9, can be strongly-linked together to provide a convenient interface for building new tables in a row-oriented, type-safe manner.