Values.FieldDefinitionSourceA field definition consists out of a name and a type.
type nonrec t = {name : FieldDefinitionNameString.t;The identifier.
*)type_ : GenericString.t;Any supported Cassandra data type, including collections and other user-defined types that are contained in the same keyspace. For more information, see Cassandra data type support in the Amazon Keyspaces Developer Guide.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of FieldDefinitionNameString.t ]) list ]