Module Values.IcebergSchemaSource

Contains details about the schema for an Iceberg table.

Sourcetype nonrec t = {
  1. fields : SchemaFieldList.t;
    (*

    The schema fields for the table

    *)
}
Sourceval context_ : string
Sourceval make : fields:SchemaFieldList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `String of String_.t ]) 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