/AWS1/CL_KFKPARTITIONSOURCE¶
A source column used by an Apache Iceberg destination table's partition specification.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sourcename TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
Source name.
Queryable Attributes¶
SourceName¶
Source name.
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___LISTOFPARTITIONSOURCE¶
TYPES TT___LISTOFPARTITIONSOURCE TYPE STANDARD TABLE OF REF TO /AWS1/CL_KFKPARTITIONSOURCE WITH DEFAULT KEY
.