Values_0.CompactionConfigurationSourceThe configuration for a compaction optimizer. This configuration defines how data files in your table will be compacted to improve query performance and reduce storage costs.
type nonrec t = {icebergConfiguration : IcebergCompactionConfiguration.t option;The configuration for an Iceberg compaction optimizer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `Integer of NullableInteger.t ])
list ])
list ]