Skip to content

/AWS1/CL_LKFPLANNINGSTATISTICS

Statistics related to the processing of a query statement.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_estimateddatatoscanbytes TYPE /AWS1/LKFNUMBEROFBYTES /AWS1/LKFNUMBEROFBYTES

An estimate of the data that was scanned in bytes.

iv_planningtimemillis TYPE /AWS1/LKFNUMBEROFMILLISECONDS /AWS1/LKFNUMBEROFMILLISECONDS

The time that it took to process the request.

iv_queuetimemillis TYPE /AWS1/LKFNUMBEROFMILLISECONDS /AWS1/LKFNUMBEROFMILLISECONDS

The time the request was in queue to be processed.

iv_workunitsgeneratedcount TYPE /AWS1/LKFNUMBEROFITEMS /AWS1/LKFNUMBEROFITEMS

The number of work units generated.


Queryable Attributes

EstimatedDataToScanBytes

An estimate of the data that was scanned in bytes.

Accessible with the following methods

Method Description
GET_ESTIMATEDDATATOSCANBYTES() Getter for ESTIMATEDDATATOSCANBYTES

PlanningTimeMillis

The time that it took to process the request.

Accessible with the following methods

Method Description
GET_PLANNINGTIMEMILLIS() Getter for PLANNINGTIMEMILLIS

QueueTimeMillis

The time the request was in queue to be processed.

Accessible with the following methods

Method Description
GET_QUEUETIMEMILLIS() Getter for QUEUETIMEMILLIS

WorkUnitsGeneratedCount

The number of work units generated.

Accessible with the following methods

Method Description
GET_WORKUNITSGENERATEDCOUNT() Getter for WORKUNITSGENERATEDCOUNT