Values_1.InputColumnSourceMetadata for a column that is used as the input of a transform operation.
type nonrec t = {name : Values_0.ColumnName.t;The name of this column in the underlying data source.
*)id : Values_0.ColumnId.t option;A unique identifier for the input column.
*)type_ : InputColumnDataType.t;The data type of the column. Note: SEMISTRUCT represents Athena's map, row, and struct data types. It is supported when using the new data preparation experience.
*)subType : ColumnDataSubType.t option;The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
*)}val make :
?id:??? ->
?subType:??? ->
name:Values_0.ColumnName.t ->
type_:InputColumnDataType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.ColumnName.t ]) list ]