Package | Description |
---|---|
com.amazonaws.services.athena.model |
Modifier and Type | Method and Description |
---|---|
QueryRuntimeStatisticsRows |
QueryRuntimeStatisticsRows.clone() |
QueryRuntimeStatisticsRows |
QueryRuntimeStatistics.getRows() |
QueryRuntimeStatisticsRows |
QueryRuntimeStatisticsRows.withInputBytes(Long inputBytes)
The number of bytes read to execute the query.
|
QueryRuntimeStatisticsRows |
QueryRuntimeStatisticsRows.withInputRows(Long inputRows)
The number of rows read to execute the query.
|
QueryRuntimeStatisticsRows |
QueryRuntimeStatisticsRows.withOutputBytes(Long outputBytes)
The number of bytes returned by the query.
|
QueryRuntimeStatisticsRows |
QueryRuntimeStatisticsRows.withOutputRows(Long outputRows)
The number of rows returned by the query.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryRuntimeStatistics.setRows(QueryRuntimeStatisticsRows rows) |
QueryRuntimeStatistics |
QueryRuntimeStatistics.withRows(QueryRuntimeStatisticsRows rows) |
Copyright © 2023. All rights reserved.