/AWS1/CL_ATHQUERYRUNTIMESTATS¶
The query execution timeline, statistics on input and output rows and bytes, and the different query stages that form the query execution plan.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_timeline TYPE REF TO /AWS1/CL_ATHQUERYRUNTIMESTAT00 /AWS1/CL_ATHQUERYRUNTIMESTAT00¶
Timeline statistics such as query queue time, planning time, execution time, service processing time, and total execution time.
io_rows TYPE REF TO /AWS1/CL_ATHQUERYRUNTIMESTAT01 /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.
io_outputstage TYPE REF TO /AWS1/CL_ATHQUERYSTAGE /AWS1/CL_ATHQUERYSTAGE¶
Stage statistics such as input and output rows and bytes, execution time, and stage state. This information also includes substages and the query stage plan.
Queryable Attributes¶
Timeline¶
Timeline statistics such as query queue time, planning time, execution time, service processing time, and total execution time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMELINE() |
Getter for TIMELINE |
Rows¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROWS() |
Getter for ROWS |
OutputStage¶
Stage statistics such as input and output rows and bytes, execution time, and stage state. This information also includes substages and the query stage plan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTSTAGE() |
Getter for OUTPUTSTAGE |