Module Values_0.DimensionFieldSource

The dimension type field.

Sourcetype nonrec t = {
  1. numericalDimensionField : NumericalDimensionField.t option;
    (*

    The dimension type field with numerical type columns.

    *)
  2. categoricalDimensionField : CategoricalDimensionField.t option;
    (*

    The dimension type field with categorical type columns.

    *)
  3. dateDimensionField : DateDimensionField.t option;
    (*

    The dimension type field with date type columns.

    *)
}
Sourceval make : ?numericalDimensionField:??? -> ?categoricalDimensionField:??? -> ?dateDimensionField:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `String of DataSetIdentifier.t | `Structure of (string * [> `String of NullString.t | `Structure of (string * [> `Enum of string | `String of Prefix.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) 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