Module Values.TableMetadataSource

Contains details about the table metadata.

Sourcetype nonrec t = {
  1. iceberg : IcebergMetadata.t option;
    (*

    Contains details about the metadata of an Iceberg table.

    *)
}
Sourceval make : ?iceberg:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Integer of Integer.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `String of String_.t | `Structure of 'a 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