Module Values_0.NullValueFieldSource

Represents a custom null value such as a zeros or other value being used as a null placeholder unique to the dataset.

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

    The value of the null placeholder.

    *)
  2. datatype : Datatype.t;
    (*

    The datatype of the value.

    *)
}
Sourceval context_ : string
Sourceval make : value:EnclosedInStringProperty.t -> datatype:Datatype.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EnclosedInStringProperty.t | `Structure of (string * [> `String of GenericLimitedString.t ]) 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