/AWS1/CL_KNSPARTITIONFIELD¶
Specifies a single partition field.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_transform TYPE /AWS1/KNSPARTITIONTRANSFORM /AWS1/KNSPARTITIONTRANSFORM¶
The partition transform to apply. The only valid value is
TIME_HOUR.
iv_sourcename TYPE /AWS1/KNSPARTITIONSOURCENAME /AWS1/KNSPARTITIONSOURCENAME¶
The name of the source column used for partitioning. This column must be of the
timestamptztype.
Queryable Attributes¶
Transform¶
The partition transform to apply. The only valid value is
TIME_HOUR.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSFORM() |
Getter for TRANSFORM, with configurable default |
ASK_TRANSFORM() |
Getter for TRANSFORM w/ exceptions if field has no value |
HAS_TRANSFORM() |
Determine if TRANSFORM has a value |
SourceName¶
The name of the source column used for partitioning. This column must be of the
timestamptztype.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCENAME() |
Getter for SOURCENAME, with configurable default |
ASK_SOURCENAME() |
Getter for SOURCENAME w/ exceptions if field has no value |
HAS_SOURCENAME() |
Determine if SOURCENAME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PARTITIONFIELDLIST¶
TYPES TT_PARTITIONFIELDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNSPARTITIONFIELD WITH DEFAULT KEY
.