Skip to content

/AWS1/CL_KYSCLUSTERINGKEY

The optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/KYSGENERICSTRING /AWS1/KYSGENERICSTRING

The name(s) of the clustering column(s).

iv_orderby TYPE /AWS1/KYSSORTORDER /AWS1/KYSSORTORDER

Sets the ascendant (ASC) or descendant (DESC) order modifier.


Queryable Attributes

name

The name(s) of the clustering column(s).

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

orderBy

Sets the ascendant (ASC) or descendant (DESC) order modifier.

Accessible with the following methods

Method Description
GET_ORDERBY() Getter for ORDERBY, with configurable default
ASK_ORDERBY() Getter for ORDERBY w/ exceptions if field has no value
HAS_ORDERBY() Determine if ORDERBY 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_CLUSTERINGKEYLIST

TYPES TT_CLUSTERINGKEYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KYSCLUSTERINGKEY WITH DEFAULT KEY
.