Interface QuerySpatialCoverage.Builder

    • Method Detail

      • max

        QuerySpatialCoverage.Builder max​(QuerySpatialCoverageMax max)

        Provides insights into the spatial coverage of the executed query and the table with the most inefficient spatial pruning.

        • Value – The maximum ratio of spatial coverage.

        • TableArn – The Amazon Resource Name (ARN) of the table with sub-optimal spatial pruning.

        • PartitionKey – The partition key used for partitioning, which can be a default measure_name or a CDPK.

        Parameters:
        max - Provides insights into the spatial coverage of the executed query and the table with the most inefficient spatial pruning.

        • Value – The maximum ratio of spatial coverage.

        • TableArn – The Amazon Resource Name (ARN) of the table with sub-optimal spatial pruning.

        • PartitionKey – The partition key used for partitioning, which can be a default measure_name or a CDPK.

        Returns:
        Returns a reference to this object so that method calls can be chained together.