QueryRuntimeStatisticsRows - Amazon Athena
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

QueryRuntimeStatisticsRows

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.

Contents

InputBytes

The number of bytes read to execute the query.

Type: Long

Required: No

InputRows

The number of rows read to execute the query.

Type: Long

Required: No

OutputBytes

The number of bytes returned by the query.

Type: Long

Required: No

OutputRows

The number of rows returned by the query.

Type: Long

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: