final case class ResultSetStats(queryPlan: Option[QueryPlan] = _root_.scala.None, queryStats: Option[Struct] = _root_.scala.None, rowCount: RowCount = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ResultSetStats] with Product with Serializable

Additional statistics about a [ResultSet][google.spanner.v1.ResultSet] or [PartialResultSet][google.spanner.v1.PartialResultSet].

queryPlan

[QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.

queryStats

Aggregated statistics from the execution of the query. Only present when the query is profiled. For example, a query could return the statistics as follows: { "rows_returned": "3", "elapsed_time": "1.22 secs", "cpu_time": "1.19 secs" }

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[ResultSetStats], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultSetStats
  2. Product
  3. Equals
  4. Updatable
  5. GeneratedMessage
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResultSetStats(queryPlan: Option[QueryPlan] = _root_.scala.None, queryStats: Option[Struct] = _root_.scala.None, rowCount: RowCount = ..., unknownFields: UnknownFieldSet = ...)

    queryPlan

    [QueryPlan][google.spanner.v1.QueryPlan] for the query associated with this result.

    queryStats

    Aggregated statistics from the execution of the query. Only present when the query is profiled. For example, a query could return the statistics as follows: { "rows_returned": "3", "elapsed_time": "1.22 secs", "cpu_time": "1.19 secs" }

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearQueryPlan: ResultSetStats
  6. def clearQueryStats: ResultSetStats
  7. def clearRowCount: ResultSetStats
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def companion: ResultSetStats.type
    Definition Classes
    ResultSetStats → GeneratedMessage
  10. def discardUnknownFields: ResultSetStats
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ResultSetStats → GeneratedMessage
  15. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ResultSetStats → GeneratedMessage
  16. def getQueryPlan: QueryPlan
  17. def getQueryStats: Struct
  18. def getRowCountExact: Long
  19. def getRowCountLowerBound: Long
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val queryPlan: Option[QueryPlan]
  25. val queryStats: Option[Struct]
  26. val rowCount: RowCount
  27. def serializedSize: Int
    Definition Classes
    ResultSetStats → GeneratedMessage
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  30. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  31. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  32. def toProtoString: String
    Definition Classes
    ResultSetStats → GeneratedMessage
  33. val unknownFields: UnknownFieldSet
  34. def update(ms: (Lens[ResultSetStats, ResultSetStats]) ⇒ scalapb.lenses.Mutation[ResultSetStats]*): ResultSetStats
    Definition Classes
    Updatable
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def withQueryPlan(__v: QueryPlan): ResultSetStats
  39. def withQueryStats(__v: Struct): ResultSetStats
  40. def withRowCount(__v: RowCount): ResultSetStats
  41. def withRowCountExact(__v: Long): ResultSetStats
  42. def withRowCountLowerBound(__v: Long): ResultSetStats
  43. def withUnknownFields(__v: UnknownFieldSet): ResultSetStats
  44. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  45. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ResultSetStats → GeneratedMessage
  46. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[ResultSetStats]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped