/AWS1/CL_S3TICEBERGMETADATA¶
Contains details about the metadata for an Iceberg table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_schema TYPE REF TO /AWS1/CL_S3TICEBERGSCHEMA /AWS1/CL_S3TICEBERGSCHEMA¶
The schema for an Iceberg table.
Optional arguments:¶
it_properties TYPE /AWS1/CL_S3TTABLEPROPERTIES_W=>TT_TABLEPROPERTIES TT_TABLEPROPERTIES¶
Contains configuration properties for an Iceberg table.
Queryable Attributes¶
schema¶
The schema for an Iceberg table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMA() |
Getter for SCHEMA |
properties¶
Contains configuration properties for an Iceberg table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTIES() |
Getter for PROPERTIES, with configurable default |
ASK_PROPERTIES() |
Getter for PROPERTIES w/ exceptions if field has no value |
HAS_PROPERTIES() |
Determine if PROPERTIES has a value |