final case class ShortRepresentation(description: String = "", subqueries: Map[String, Int] = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ShortRepresentation] with Product with Serializable
Condensed representation of a node and its subtree. Only present for
SCALAR [PlanNode(s)][google.spanner.v1.PlanNode].
- description
A string representation of the expression subtree rooted at this node.
- subqueries
A mapping of (subquery variable name) -> (subquery node id) for cases where the
descriptionstring of this node references aSCALARsubquery contained in the expression subtree rooted at this node. The referencedSCALARsubquery may not necessarily be a direct child of this node.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ShortRepresentation
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ShortRepresentation(description: String = "", subqueries: Map[String, Int] = ..., unknownFields: UnknownFieldSet = ...)
- description
A string representation of the expression subtree rooted at this node.
- subqueries
A mapping of (subquery variable name) -> (subquery node id) for cases where the
descriptionstring of this node references aSCALARsubquery contained in the expression subtree rooted at this node. The referencedSCALARsubquery may not necessarily be a direct child of this node.
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
- def addAllSubqueries(__vs: Iterable[(String, Int)]): ShortRepresentation
- def addSubqueries(__vs: (String, Int)*): ShortRepresentation
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearSubqueries: ShortRepresentation
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: ShortRepresentation.type
- Definition Classes
- ShortRepresentation → GeneratedMessage
- val description: String
- def discardUnknownFields: ShortRepresentation
-
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
- ShortRepresentation → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ShortRepresentation → GeneratedMessage
-
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()
-
def
serializedSize: Int
- Definition Classes
- ShortRepresentation → GeneratedMessage
- val subqueries: Map[String, Int]
-
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
- ShortRepresentation → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[ShortRepresentation, ShortRepresentation]) ⇒ scalapb.lenses.Mutation[ShortRepresentation]*): ShortRepresentation
- 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 withDescription(__v: String): ShortRepresentation
- def withSubqueries(__v: Map[String, Int]): ShortRepresentation
- def withUnknownFields(__v: UnknownFieldSet): ShortRepresentation
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ShortRepresentation → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage