Skip to content

/AWS1/CL_TSQQUERYSTATUS

Information about the status of the query, including progress and bytes scanned.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_PROGRESSPERCENTAGE TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The progress of the query, expressed as a percentage.

IV_CUMULATIVEBYTESSCANNED TYPE /AWS1/TSQLONG /AWS1/TSQLONG

The amount of data scanned by the query in bytes. This is a cumulative sum and represents the total amount of bytes scanned since the query was started.

IV_CUMULATIVEBYTESMETERED TYPE /AWS1/TSQLONG /AWS1/TSQLONG

The amount of data scanned by the query in bytes that you will be charged for. This is a cumulative sum and represents the total amount of data that you will be charged for since the query was started. The charge is applied only once and is either applied when the query completes running or when the query is cancelled.


Queryable Attributes

ProgressPercentage

The progress of the query, expressed as a percentage.

Accessible with the following methods

Method Description
GET_PROGRESSPERCENTAGE() Getter for PROGRESSPERCENTAGE
ASK_PROGRESSPERCENTAGE() Getter for PROGRESSPERCENTAGE w/ exceptions if field has no
STR_PROGRESSPERCENTAGE() String format for PROGRESSPERCENTAGE

CumulativeBytesScanned

The amount of data scanned by the query in bytes. This is a cumulative sum and represents the total amount of bytes scanned since the query was started.

Accessible with the following methods

Method Description
GET_CUMULATIVEBYTESSCANNED() Getter for CUMULATIVEBYTESSCANNED

CumulativeBytesMetered

The amount of data scanned by the query in bytes that you will be charged for. This is a cumulative sum and represents the total amount of data that you will be charged for since the query was started. The charge is applied only once and is either applied when the query completes running or when the query is cancelled.

Accessible with the following methods

Method Description
GET_CUMULATIVEBYTESMETERED() Getter for CUMULATIVEBYTESMETERED