/AWS1/CL_TSQQUERYSPATIALCOVE01¶
Provides insights into the table with the most sub-optimal spatial range scanned by your query.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The maximum ratio of spatial coverage.
iv_tablearn TYPE /AWS1/TSQAMAZONRESOURCENAME /AWS1/TSQAMAZONRESOURCENAME¶
The Amazon Resource Name (ARN) of the table with the most sub-optimal spatial pruning.
it_partitionkey TYPE /AWS1/CL_TSQPARTITIONKEYLIST_W=>TT_PARTITIONKEYLIST TT_PARTITIONKEYLIST¶
The partition key used for partitioning, which can be a default
measure_nameor a customer defined partition key.
Queryable Attributes¶
Value¶
The maximum ratio of spatial coverage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
STR_VALUE() |
String format for VALUE |
TableArn¶
The Amazon Resource Name (ARN) of the table with the most sub-optimal spatial pruning.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLEARN() |
Getter for TABLEARN, with configurable default |
ASK_TABLEARN() |
Getter for TABLEARN w/ exceptions if field has no value |
HAS_TABLEARN() |
Determine if TABLEARN has a value |
PartitionKey¶
The partition key used for partitioning, which can be a default
measure_nameor a customer defined partition key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTITIONKEY() |
Getter for PARTITIONKEY, with configurable default |
ASK_PARTITIONKEY() |
Getter for PARTITIONKEY w/ exceptions if field has no value |
HAS_PARTITIONKEY() |
Determine if PARTITIONKEY has a value |