Values.QuerySpatialCoverageMaxSourceProvides insights into the table with the most sub-optimal spatial range scanned by your query.
type nonrec t = {value : Double.t option;The maximum ratio of spatial coverage.
*)tableArn : AmazonResourceName.t option;The Amazon Resource Name (ARN) of the table with the most sub-optimal spatial pruning.
*)partitionKey : PartitionKeyList.t option;The partition key used for partitioning, which can be a default measure_name or a customer defined partition key.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `List of [> `String of PartitionKey.t ] list
| `String of AmazonResourceName.t ])
list ]