Interface QueryStatistics.Builder

  • Method Details

    • rowCount

      QueryStatistics.Builder rowCount(Long rowCount)

      The total number of rows returned by the query.

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

      QueryStatistics.Builder bytesScanned(Long bytesScanned)

      The total number of bytes scanned during query execution.

      Parameters:
      bytesScanned - The total number of bytes scanned during query execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionTimeInMillis

      QueryStatistics.Builder executionTimeInMillis(Long executionTimeInMillis)

      The total query execution time, in milliseconds.

      Parameters:
      executionTimeInMillis - The total query execution time, in milliseconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.