Values_1.AppendedColumnSourceRepresents a column that will be included in the result of an append operation, combining data from multiple sources.
type nonrec t = {columnName : Values_0.ColumnName.t;The name of the column to include in the appended result.
*)newColumnId : Values_0.ColumnId.t;A unique identifier for the column in the appended result.
*)}