Values.ColumnDefinitionSourceThe names and data types of regular columns.
type nonrec t = {name : GenericString.t;The name of the column.
*)type_ : GenericString.t;The data type of the column. For a list of available data types, see Data types in the Amazon Keyspaces Developer Guide.
*)}