/AWS1/CL_GLUCOLUMNSTATSERROR¶
Encapsulates a ColumnStatistics
object that failed and the reason for failure.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_columnstatistics
TYPE REF TO /AWS1/CL_GLUCOLUMNSTATISTICS
/AWS1/CL_GLUCOLUMNSTATISTICS
¶
The
ColumnStatistics
of the column.
io_error
TYPE REF TO /AWS1/CL_GLUERRORDETAIL
/AWS1/CL_GLUERRORDETAIL
¶
An error message with the reason for the failure of an operation.
Queryable Attributes¶
ColumnStatistics¶
The
ColumnStatistics
of the column.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COLUMNSTATISTICS() |
Getter for COLUMNSTATISTICS |
Error¶
An error message with the reason for the failure of an operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERROR() |
Getter for ERROR |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COLUMNSTATISTICSERRORS
¶
TYPES TT_COLUMNSTATISTICSERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUCOLUMNSTATSERROR WITH DEFAULT KEY
.