Values_1.OutputColumnNameOverrideSourceSpecifies a mapping to override the name of an output column from a transform operation.
type nonrec t = {sourceColumnName : Values_0.ColumnName.t option;The original name of the column from the source transform operation.
*)outputColumnName : Values_0.ColumnName.t;The new name to assign to the column in the output.
*)}