Class QuerySpatialCoverage
- java.lang.Object
-
- software.amazon.awssdk.services.timestreamquery.model.QuerySpatialCoverage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QuerySpatialCoverage.Builder,QuerySpatialCoverage>
@Generated("software.amazon.awssdk:codegen") public final class QuerySpatialCoverage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QuerySpatialCoverage.Builder,QuerySpatialCoverage>
Provides insights into the spatial coverage of the query, including the table with sub-optimal (max) spatial pruning. This information can help you identify areas for improvement in your partitioning strategy to enhance spatial pruning
For example, you can do the following with the
QuerySpatialCoverageinformation:-
Add measure_name or use customer-defined partition key (CDPK) predicates.
-
If you've already done the preceding action, remove functions around them or clauses, such as
LIKE.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQuerySpatialCoverage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QuerySpatialCoverage.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()QuerySpatialCoverageMaxmax()Provides insights into the spatial coverage of the executed query and the table with the most inefficient spatial pruning.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends QuerySpatialCoverage.Builder>serializableBuilderClass()QuerySpatialCoverage.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
max
public final 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 defaultmeasure_nameor a CDPK.
- Returns:
- 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 defaultmeasure_nameor a CDPK.
-
-
-
toBuilder
public QuerySpatialCoverage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QuerySpatialCoverage.Builder,QuerySpatialCoverage>
-
builder
public static QuerySpatialCoverage.Builder builder()
-
serializableBuilderClass
public static Class<? extends QuerySpatialCoverage.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-