Module Values_1.AppendedColumnSource

Represents a column that will be included in the result of an append operation, combining data from multiple sources.

Sourcetype nonrec t = {
  1. columnName : Values_0.ColumnName.t;
    (*

    The name of the column to include in the appended result.

    *)
  2. newColumnId : Values_0.ColumnId.t;
    (*

    A unique identifier for the column in the appended result.

    *)
}
Sourceval context_ : string
Sourceval make : columnName:Values_0.ColumnName.t -> newColumnId:Values_0.ColumnId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ColumnName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t