Values_0.BatchGetTableOptimizerEntrySourceRepresents a table optimizer to retrieve in the BatchGetTableOptimizer operation.
type nonrec t = {catalogId : CatalogIdString.t option;The Catalog ID of the table.
*)databaseName : DatabaseNameString.t option;The name of the database in the catalog in which the table resides.
*)tableName : TableNameString.t option;The name of the table.
*)type_ : TableOptimizerType.t option;The type of table optimizer.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CatalogIdString.t ]) list ]