/AWS1/CL_LKFEXECUTIONSTATS¶
Statistics related to the processing of a query statement.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_averageexectimemillis
TYPE /AWS1/LKFNUMBEROFMILLISECONDS
/AWS1/LKFNUMBEROFMILLISECONDS
¶
The average time the request took to be executed.
iv_datascannedbytes
TYPE /AWS1/LKFNUMBEROFBYTES
/AWS1/LKFNUMBEROFBYTES
¶
The amount of data that was scanned in bytes.
iv_workunitsexecutedcount
TYPE /AWS1/LKFNUMBEROFITEMS
/AWS1/LKFNUMBEROFITEMS
¶
The number of work units executed.
Queryable Attributes¶
AverageExecutionTimeMillis¶
The average time the request took to be executed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AVERAGEEXECTIMEMILLIS() |
Getter for AVERAGEEXECUTIONTIMEMILLIS |
DataScannedBytes¶
The amount of data that was scanned in bytes.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATASCANNEDBYTES() |
Getter for DATASCANNEDBYTES |
WorkUnitsExecutedCount¶
The number of work units executed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKUNITSEXECUTEDCOUNT() |
Getter for WORKUNITSEXECUTEDCOUNT |