object PlanNode extends GeneratedMessageCompanion[PlanNode] with Serializable
- Alphabetic
- By Inheritance
- PlanNode
- Serializable
- Serializable
- GeneratedMessageCompanion
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
case class
ChildLink(childIndex: Int = 0, type: String = "", variable: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ChildLink] with Product with Serializable
Metadata associated with a parent-child relationship appearing in a [PlanNode][google.spanner.v1.PlanNode].
Metadata associated with a parent-child relationship appearing in a [PlanNode][google.spanner.v1.PlanNode].
- childIndex
The node to which the link points.
- type
The type of the link. For example, in Hash Joins this could be used to distinguish between the build child and the probe child, or in the case of the child being an output variable, to represent the tag associated with the output variable.
- variable
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds to an output variable of the parent node. The field carries the name of the output variable. For example, a
TableScanoperator that reads rows from a table will have child links to theSCALARnodes representing the output variables created for each column that is read by the operator. The correspondingvariablefields will be set to the variable names assigned to the columns.
- Annotations
- @SerialVersionUID()
-
sealed abstract
class
Kind extends GeneratedEnum
The kind of [PlanNode][google.spanner.v1.PlanNode].
The kind of [PlanNode][google.spanner.v1.PlanNode]. Distinguishes between the two different kinds of nodes that can appear in a query plan.
- implicit class PlanNodeLens[UpperPB] extends ObjectLens[UpperPB, PlanNode]
-
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.
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()
-
type
ValueType = PlanNode
- Definition Classes
- GeneratedMessageCompanion
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 val CHILD_LINKS_FIELD_NUMBER: Int(4)
- final val DISPLAY_NAME_FIELD_NUMBER: Int(3)
- final val EXECUTION_STATS_FIELD_NUMBER: Int(7)
- final val INDEX_FIELD_NUMBER: Int(1)
- final val KIND_FIELD_NUMBER: Int(2)
- final val METADATA_FIELD_NUMBER: Int(6)
- final val SHORT_REPRESENTATION_FIELD_NUMBER: Int(5)
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
lazy val
defaultInstance: PlanNode
- Definition Classes
- PlanNode → GeneratedMessageCompanion
-
def
enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
-
def
enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- PlanNode → GeneratedMessageCompanion
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromAscii(s: String): PlanNode
- Definition Classes
- GeneratedMessageCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDescriptor: Descriptor
- Definition Classes
- PlanNode → GeneratedMessageCompanion
-
def
merge(_message__: PlanNode, _input__: CodedInputStream): PlanNode
- Definition Classes
- PlanNode → GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[PlanNode]
-
def
messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
-
def
messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- PlanNode → GeneratedMessageCompanion
-
implicit
def
messageReads: Reads[PlanNode]
- Definition Classes
- PlanNode → GeneratedMessageCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
lazy val
nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- PlanNode → GeneratedMessageCompanion
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def of(index: Int, kind: Kind, displayName: String, childLinks: Seq[ChildLink], shortRepresentation: Option[ShortRepresentation], metadata: Option[Struct], executionStats: Option[Struct]): PlanNode
-
def
parseDelimitedFrom(input: InputStream): Option[PlanNode]
- Definition Classes
- GeneratedMessageCompanion
-
def
parseDelimitedFrom(input: CodedInputStream): Option[PlanNode]
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(s: Array[Byte]): PlanNode
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(input: InputStream): PlanNode
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(input: CodedInputStream): PlanNode
- Definition Classes
- GeneratedMessageCompanion
-
def
scalaDescriptor: Descriptor
- Definition Classes
- PlanNode → GeneratedMessageCompanion
-
def
streamFromDelimitedInput(input: InputStream): Stream[PlanNode]
- Definition Classes
- GeneratedMessageCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray(a: PlanNode): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validate(s: Array[Byte]): Try[PlanNode]
- Definition Classes
- GeneratedMessageCompanion
-
def
validateAscii(s: String): Either[TextFormatError, PlanNode]
- Definition Classes
- GeneratedMessageCompanion
-
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()
- object ChildLink extends GeneratedMessageCompanion[ChildLink] with Serializable
- object Kind extends GeneratedEnumCompanion[Kind] with Serializable
- object ShortRepresentation extends GeneratedMessageCompanion[ShortRepresentation] with Serializable