Skip to content

/AWS1/CL_GLUDATAQUALITYRSDSC

Describes a data quality result.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_resultid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING

The unique result ID for this data quality result.

io_datasource TYPE REF TO /AWS1/CL_GLUDATASOURCE /AWS1/CL_GLUDATASOURCE

The table name associated with the data quality result.

iv_jobname TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING

The job name associated with the data quality result.

iv_jobrunid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING

The job run ID associated with the data quality result.

iv_startedon TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP

The time that the run started for this data quality result.


Queryable Attributes

ResultId

The unique result ID for this data quality result.

Accessible with the following methods

Method Description
GET_RESULTID() Getter for RESULTID, with configurable default
ASK_RESULTID() Getter for RESULTID w/ exceptions if field has no value
HAS_RESULTID() Determine if RESULTID has a value

DataSource

The table name associated with the data quality result.

Accessible with the following methods

Method Description
GET_DATASOURCE() Getter for DATASOURCE

JobName

The job name associated with the data quality result.

Accessible with the following methods

Method Description
GET_JOBNAME() Getter for JOBNAME, with configurable default
ASK_JOBNAME() Getter for JOBNAME w/ exceptions if field has no value
HAS_JOBNAME() Determine if JOBNAME has a value

JobRunId

The job run ID associated with the data quality result.

Accessible with the following methods

Method Description
GET_JOBRUNID() Getter for JOBRUNID, with configurable default
ASK_JOBRUNID() Getter for JOBRUNID w/ exceptions if field has no value
HAS_JOBRUNID() Determine if JOBRUNID has a value

StartedOn

The time that the run started for this data quality result.

Accessible with the following methods

Method Description
GET_STARTEDON() Getter for STARTEDON, with configurable default
ASK_STARTEDON() Getter for STARTEDON w/ exceptions if field has no value
HAS_STARTEDON() Determine if STARTEDON 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_DATAQUALITYRESULTDESCLIST

TYPES TT_DATAQUALITYRESULTDESCLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUDATAQUALITYRSDSC WITH DEFAULT KEY
.