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()
- Alphabetic
- By Inheritance
- ResultSetStats
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearQueryPlan: ResultSetStats
- def clearQueryStats: ResultSetStats
- def clearRowCount: ResultSetStats
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: ResultSetStats.type
- Definition Classes
- ResultSetStats → GeneratedMessage
- def discardUnknownFields: ResultSetStats
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- ResultSetStats → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ResultSetStats → GeneratedMessage
- def getQueryPlan: QueryPlan
- def getQueryStats: Struct
- def getRowCountExact: Long
- def getRowCountLowerBound: Long
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val queryPlan: Option[QueryPlan]
- val queryStats: Option[Struct]
- val rowCount: RowCount
-
def
serializedSize: Int
- Definition Classes
- ResultSetStats → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- ResultSetStats → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[ResultSetStats, ResultSetStats]) ⇒ scalapb.lenses.Mutation[ResultSetStats]*): ResultSetStats
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withQueryPlan(__v: QueryPlan): ResultSetStats
- def withQueryStats(__v: Struct): ResultSetStats
- def withRowCount(__v: RowCount): ResultSetStats
- def withRowCountExact(__v: Long): ResultSetStats
- def withRowCountLowerBound(__v: Long): ResultSetStats
- def withUnknownFields(__v: UnknownFieldSet): ResultSetStats
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ResultSetStats → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage