Values.TableReferenceSourceA pointer to the dataset that underlies this table.
type nonrec t = {glue : GlueTableReference.t option;If present, a reference to the Glue table referred to by this table reference.
*)snowflake : SnowflakeTableReference.t option;If present, a reference to the Snowflake table referred to by this table reference.
*)athena : AthenaTableReference.t option;If present, a reference to the Athena table referred to by this table reference.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of GlueTableName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ColumnName.t ]) list ]
list ])
list ])
list ])
list ]