Module Values_1.RenameColumnsOperationSource

A transform operation that renames one or more columns in the dataset.

Sourcetype nonrec t = {
  1. alias : Values_0.TransformOperationAlias.t;
    (*

    Alias for this operation.

    *)
  2. source : Values_0.TransformOperationSource.t;
    (*

    The source transform operation that provides input data for column renaming.

    *)
  3. renameColumnOperations : RenameColumnOperationList.t;
    (*

    The list of column rename operations to perform, specifying old and new column names.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Values_0.ColumnName.t ]) list ] list | `String of Values_0.TransformOperationAlias.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string ]) list ]) 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