Module Values_0.UnaggregatedFieldSource

The unaggregated field for a table.

Sourcetype nonrec t = {
  1. fieldId : FieldId.t;
    (*

    The custom field ID.

    *)
  2. column : ColumnIdentifier.t;
    (*

    The column that is used in the UnaggregatedField.

    *)
  3. formatConfiguration : FormatConfiguration.t option;
    (*

    The format configuration of the field.

    *)
}
Sourceval context_ : string
Sourceval make : ?formatConfiguration:??? -> fieldId:FieldId.t -> column:ColumnIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FieldId.t | `Structure of (string * [> `String of DataSetIdentifier.t | `Structure of (string * [> `String of DateTimeFormat.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