Allows to specify concrete type of column in subclasses,
so that columns
and columnByName
members return concrete types.
Type of the data described by this struct
For quickly finding a column definition by index.
For quickly finding a column definition by index. If column is not found, throws NoSuchElementException with information about the requested index of the column and name of the structure.
For quickly finding a column definition by name.
Names of the columns, in the same order as column definitions.
Names of the columns, in the same order as column definitions.
References to the columns
References to the columns
Types of the columns, in the same order as column names and column definitions.
Types of the columns, in the same order as column names and column definitions.
Sequence of column definitions in this data structure.
Returns the columns that are not present in the structure.
Returns the columns that are not present in the structure.
Human-readable name for easy identification of this structure.
Creates new instance of this struct.
A Cassandra table metadata that can be serialized.