public static final class PlanNode.ShortRepresentation extends GeneratedMessageV3 implements PlanNode.ShortRepresentationOrBuilder
Condensed representation of a node and its subtree. Only present for `SCALAR` [PlanNode(s)][google.spanner.v1.PlanNode].Protobuf type
google.spanner.v1.PlanNode.ShortRepresentation| Modifier and Type | Class and Description |
|---|---|
static class |
PlanNode.ShortRepresentation.Builder
Condensed representation of a node and its subtree.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
SUBQUERIES_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSubqueries(java.lang.String key)
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.
|
boolean |
equals(java.lang.Object obj) |
static PlanNode.ShortRepresentation |
getDefaultInstance() |
PlanNode.ShortRepresentation |
getDefaultInstanceForType() |
java.lang.String |
getDescription()
A string representation of the expression subtree rooted at this node.
|
ByteString |
getDescriptionBytes()
A string representation of the expression subtree rooted at this node.
|
static Descriptors.Descriptor |
getDescriptor() |
Parser<PlanNode.ShortRepresentation> |
getParserForType() |
int |
getSerializedSize() |
java.util.Map<java.lang.String,java.lang.Integer> |
getSubqueries()
Deprecated.
|
int |
getSubqueriesCount()
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.
|
java.util.Map<java.lang.String,java.lang.Integer> |
getSubqueriesMap()
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.
|
int |
getSubqueriesOrDefault(java.lang.String key,
int defaultValue)
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.
|
int |
getSubqueriesOrThrow(java.lang.String key)
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.
|
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static PlanNode.ShortRepresentation.Builder |
newBuilder() |
static PlanNode.ShortRepresentation.Builder |
newBuilder(PlanNode.ShortRepresentation prototype) |
PlanNode.ShortRepresentation.Builder |
newBuilderForType() |
protected PlanNode.ShortRepresentation.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static PlanNode.ShortRepresentation |
parseDelimitedFrom(java.io.InputStream input) |
static PlanNode.ShortRepresentation |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(byte[] data) |
static PlanNode.ShortRepresentation |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(java.nio.ByteBuffer data) |
static PlanNode.ShortRepresentation |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(ByteString data) |
static PlanNode.ShortRepresentation |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(CodedInputStream input) |
static PlanNode.ShortRepresentation |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(java.io.InputStream input) |
static PlanNode.ShortRepresentation |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<PlanNode.ShortRepresentation> |
parser() |
PlanNode.ShortRepresentation.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int DESCRIPTION_FIELD_NUMBER
public static final int SUBQUERIES_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField in class GeneratedMessageV3protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public java.lang.String getDescription()
A string representation of the expression subtree rooted at this node.
string description = 1;getDescription in interface PlanNode.ShortRepresentationOrBuilderpublic ByteString getDescriptionBytes()
A string representation of the expression subtree rooted at this node.
string description = 1;getDescriptionBytes in interface PlanNode.ShortRepresentationOrBuilderpublic int getSubqueriesCount()
PlanNode.ShortRepresentationOrBuilderA 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.
map<string, int32> subqueries = 2;getSubqueriesCount in interface PlanNode.ShortRepresentationOrBuilderpublic boolean containsSubqueries(java.lang.String key)
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.
map<string, int32> subqueries = 2;containsSubqueries in interface PlanNode.ShortRepresentationOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.Integer> getSubqueries()
getSubqueriesMap() instead.getSubqueries in interface PlanNode.ShortRepresentationOrBuilderpublic java.util.Map<java.lang.String,java.lang.Integer> getSubqueriesMap()
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.
map<string, int32> subqueries = 2;getSubqueriesMap in interface PlanNode.ShortRepresentationOrBuilderpublic int getSubqueriesOrDefault(java.lang.String key,
int defaultValue)
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.
map<string, int32> subqueries = 2;getSubqueriesOrDefault in interface PlanNode.ShortRepresentationOrBuilderpublic int getSubqueriesOrThrow(java.lang.String key)
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.
map<string, int32> subqueries = 2;getSubqueriesOrThrow in interface PlanNode.ShortRepresentationOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static PlanNode.ShortRepresentation parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PlanNode.ShortRepresentation parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PlanNode.ShortRepresentation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PlanNode.ShortRepresentation parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PlanNode.ShortRepresentation parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PlanNode.ShortRepresentation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic PlanNode.ShortRepresentation.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static PlanNode.ShortRepresentation.Builder newBuilder()
public static PlanNode.ShortRepresentation.Builder newBuilder(PlanNode.ShortRepresentation prototype)
public PlanNode.ShortRepresentation.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected PlanNode.ShortRepresentation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static PlanNode.ShortRepresentation getDefaultInstance()
public static Parser<PlanNode.ShortRepresentation> parser()
public Parser<PlanNode.ShortRepresentation> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public PlanNode.ShortRepresentation getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder