Values_0.GlueStudioSchemaColumnSourceSpecifies a single column in a Glue schema definition.
type nonrec t = {name : GlueStudioColumnNameString.t;The name of the column in the Glue Studio schema.
*)type_ : ColumnTypeString.t option;The hive type for this column in the Glue Studio schema.
*)glueStudioType : ColumnTypeString.t option;The data type of the column as defined in Glue Studio.
*)}val make :
?type_:??? ->
?glueStudioType:??? ->
name:GlueStudioColumnNameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of GlueStudioColumnNameString.t ]) list ]