Module Values_1.PrestoParametersSource

The parameters for Presto.

Sourcetype nonrec t = {
  1. host : Host.t;
    (*

    Host.

    *)
  2. port : Port.t;
    (*

    Port.

    *)
  3. catalog : Catalog.t;
    (*

    Catalog.

    *)
}
Sourceval context_ : string
Sourceval make : host:Host.t -> port:Port.t -> catalog:Catalog.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Port.t | `String of Host.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