Module Values_1.TopicIRSource

The definition for a TopicIR.

Sourcetype nonrec t = {
  1. metrics : TopicIRMetricList.t option;
    (*

    The metrics for the TopicIR.

    *)
  2. groupByList : TopicIRGroupByList.t option;
    (*

    The GroupBy list for the TopicIR.

    *)
  3. filters : TopicIRFilterList.t option;
    (*

    The filters for the TopicIR.

    *)
  4. sort : TopicSortClause.t option;
    (*

    The sort for the TopicIR.

    *)
  5. contributionAnalysis : TopicIRContributionAnalysis.t option;
    (*

    The contribution analysis for the TopicIR.

    *)
  6. visual : VisualOptions.t option;
    (*

    The visual for the TopicIR.

    *)
}
Sourceval make : ?metrics:??? -> ?groupByList:??? -> ?filters:??? -> ?sort:??? -> ?contributionAnalysis:??? -> ?visual:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `List of [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `String of Values_0.LimitedString.t ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `String of ConstantValueString.t ]) list ] list | `String of Values_0.LimitedString.t ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of Values_0.LimitedString.t ]) list ] list | `String of Values_0.Expression.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_0.Integer.t | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.LimitedString.t | `Structure of (string * [> `String of Values_0.LimitedString.t ]) list ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of Values_0.LimitedString.t ]) list ] list | `String of Values_0.LimitedString.t | `Structure of (string * [> `String of Values_0.LimitedString.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `String of Values_0.LimitedString.t ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `String of ConstantValueString.t ]) list ] list | `String of Values_0.LimitedString.t ]) list ]) list ]) list ]) 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