ShortRepresentation

com.google.spanner.v1.query_plan.PlanNode.ShortRepresentation
See theShortRepresentation companion object
final case class ShortRepresentation(description: String, subqueries: Map[String, Int], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ShortRepresentation]

Condensed representation of a node and its subtree. Only present for SCALAR [PlanNode(s)][google.spanner.v1.PlanNode].

Value parameters

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 description string of this node references a SCALAR subquery contained in the expression subtree rooted at this node. The referenced SCALAR subquery may not necessarily be a direct child of this node.

Attributes

Companion
object
Source
PlanNode.scala
Graph
Supertypes
trait Updatable[ShortRepresentation]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addAllSubqueries(`__vs`: Iterable[(String, Int)]): ShortRepresentation

Attributes

Source
PlanNode.scala
def addSubqueries(`__vs`: (String, Int)*): ShortRepresentation

Attributes

Source
PlanNode.scala

Attributes

Source
PlanNode.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
PlanNode.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
PlanNode.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
PlanNode.scala
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
PlanNode.scala
def withDescription(`__v`: String): ShortRepresentation

Attributes

Source
PlanNode.scala
def withSubqueries(`__v`: Map[String, Int]): ShortRepresentation

Attributes

Source
PlanNode.scala
def withUnknownFields(`__v`: UnknownFieldSet): ShortRepresentation

Attributes

Source
PlanNode.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
PlanNode.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala