Module Values_0.JoinColumnSource

Specifies a column to be joined.

Sourcetype nonrec t = {
  1. from : EnclosedInStringProperty.t;
    (*

    The column to be joined.

    *)
  2. keys : GlueStudioPathList.t;
    (*

    The key of the column to be joined.

    *)
}
Sourceval context_ : string
Sourceval make : from:EnclosedInStringProperty.t -> keys:GlueStudioPathList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `List of [> `String of EnclosedInStringProperty.t ] list ] list | `String of EnclosedInStringProperty.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