public static interface QueryRuntimeStatisticsRows.Builder extends SdkPojo, CopyableBuilder<QueryRuntimeStatisticsRows.Builder,QueryRuntimeStatisticsRows>
| Modifier and Type | Method and Description |
|---|---|
QueryRuntimeStatisticsRows.Builder |
inputBytes(Long inputBytes)
The number of bytes read to execute the query.
|
QueryRuntimeStatisticsRows.Builder |
inputRows(Long inputRows)
The number of rows read to execute the query.
|
QueryRuntimeStatisticsRows.Builder |
outputBytes(Long outputBytes)
The number of bytes returned by the query.
|
QueryRuntimeStatisticsRows.Builder |
outputRows(Long outputRows)
The number of rows returned by the query.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryRuntimeStatisticsRows.Builder inputRows(Long inputRows)
The number of rows read to execute the query.
inputRows - The number of rows read to execute the query.QueryRuntimeStatisticsRows.Builder inputBytes(Long inputBytes)
The number of bytes read to execute the query.
inputBytes - The number of bytes read to execute the query.QueryRuntimeStatisticsRows.Builder outputBytes(Long outputBytes)
The number of bytes returned by the query.
outputBytes - The number of bytes returned by the query.QueryRuntimeStatisticsRows.Builder outputRows(Long outputRows)
The number of rows returned by the query.
outputRows - The number of rows returned by the query.Copyright © 2023. All rights reserved.