/AWS1/CL_ATHQUERYRUNTIMESTAT01¶
Statistics such as input rows and bytes read by the query, rows and bytes output by the query, and the number of rows written by the query.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_inputrows TYPE /AWS1/ATHLONG /AWS1/ATHLONG¶
The number of rows read to execute the query.
iv_inputbytes TYPE /AWS1/ATHLONG /AWS1/ATHLONG¶
The number of bytes read to execute the query.
iv_outputbytes TYPE /AWS1/ATHLONG /AWS1/ATHLONG¶
The number of bytes returned by the query.
iv_outputrows TYPE /AWS1/ATHLONG /AWS1/ATHLONG¶
The number of rows returned by the query.
Queryable Attributes¶
InputRows¶
The number of rows read to execute the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTROWS() |
Getter for INPUTROWS, with configurable default |
ASK_INPUTROWS() |
Getter for INPUTROWS w/ exceptions if field has no value |
HAS_INPUTROWS() |
Determine if INPUTROWS has a value |
InputBytes¶
The number of bytes read to execute the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTBYTES() |
Getter for INPUTBYTES, with configurable default |
ASK_INPUTBYTES() |
Getter for INPUTBYTES w/ exceptions if field has no value |
HAS_INPUTBYTES() |
Determine if INPUTBYTES has a value |
OutputBytes¶
The number of bytes returned by the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTBYTES() |
Getter for OUTPUTBYTES, with configurable default |
ASK_OUTPUTBYTES() |
Getter for OUTPUTBYTES w/ exceptions if field has no value |
HAS_OUTPUTBYTES() |
Determine if OUTPUTBYTES has a value |
OutputRows¶
The number of rows returned by the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTROWS() |
Getter for OUTPUTROWS, with configurable default |
ASK_OUTPUTROWS() |
Getter for OUTPUTROWS w/ exceptions if field has no value |
HAS_OUTPUTROWS() |
Determine if OUTPUTROWS has a value |