Module Values.OperatorPropertiesKeysSource

Sourcetype nonrec t =
  1. | VALUE
  2. | VALUES
  3. | DATA_TYPE
  4. | UPPER_BOUND
  5. | LOWER_BOUND
  6. | SOURCE_DATA_TYPE
  7. | DESTINATION_DATA_TYPE
  8. | VALIDATION_ACTION
  9. | MASK_VALUE
  10. | MASK_LENGTH
  11. | TRUNCATE_LENGTH
  12. | MATH_OPERATION_FIELDS_ORDER
  13. | CONCAT_FORMAT
  14. | SUBFIELD_CATEGORY_MAP
  15. | EXCLUDE_SOURCE_FIELDS_LIST
  16. | INCLUDE_NEW_FIELDS
  17. | ORDERED_PARTITION_KEYS_LIST
  18. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t