Interface QueryRuntimeStatisticsRows.Builder

    • Method Detail

      • inputRows

        QueryRuntimeStatisticsRows.Builder inputRows​(Long inputRows)

        The number of rows read to execute the query.

        Parameters:
        inputRows - The number of rows read to execute the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputBytes

        QueryRuntimeStatisticsRows.Builder inputBytes​(Long inputBytes)

        The number of bytes read to execute the query.

        Parameters:
        inputBytes - The number of bytes read to execute the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputBytes

        QueryRuntimeStatisticsRows.Builder outputBytes​(Long outputBytes)

        The number of bytes returned by the query.

        Parameters:
        outputBytes - The number of bytes returned by the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputRows

        QueryRuntimeStatisticsRows.Builder outputRows​(Long outputRows)

        The number of rows returned by the query.

        Parameters:
        outputRows - The number of rows returned by the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.