Values_1.JoinOperandPropertiesSourceProperties that control how columns are handled for a join operand, including column name overrides.
type nonrec t = {outputColumnNameOverrides : OutputColumnNameOverrideList.t;A list of column name overrides to apply to the join operand's output columns.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.ColumnName.t ]) list ]
list ])
list ]