Skip to content

/AWS1/CL_QSTTAGCOLUMNOPERATION

A transform operation that tags a column with additional information.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_COLUMNNAME TYPE /AWS1/QSTCOLUMNNAME /AWS1/QSTCOLUMNNAME

The column that this operation acts on.

IT_TAGS TYPE /AWS1/CL_QSTCOLUMNTAG=>TT_COLUMNTAGLIST TT_COLUMNTAGLIST

The dataset column tag, currently only used for geospatial type tagging.

This is not tags for the Amazon Web Services tagging feature.


Queryable Attributes

ColumnName

The column that this operation acts on.

Accessible with the following methods

Method Description
GET_COLUMNNAME() Getter for COLUMNNAME, with configurable default
ASK_COLUMNNAME() Getter for COLUMNNAME w/ exceptions if field has no value
HAS_COLUMNNAME() Determine if COLUMNNAME has a value

Tags

The dataset column tag, currently only used for geospatial type tagging.

This is not tags for the Amazon Web Services tagging feature.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value