public static final class PlanNode.ShortRepresentation extends com.google.protobuf.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.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
SUBQUERIES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSubqueries(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(Object obj) |
static PlanNode.ShortRepresentation |
getDefaultInstance() |
PlanNode.ShortRepresentation |
getDefaultInstanceForType() |
String |
getDescription()
A string representation of the expression subtree rooted at this node.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A string representation of the expression subtree rooted at this node.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<PlanNode.ShortRepresentation> |
getParserForType() |
int |
getSerializedSize() |
Map<String,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.
|
Map<String,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(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(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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.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(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static PlanNode.ShortRepresentation |
parseDelimitedFrom(InputStream input) |
static PlanNode.ShortRepresentation |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(byte[] data) |
static PlanNode.ShortRepresentation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(ByteBuffer data) |
static PlanNode.ShortRepresentation |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(com.google.protobuf.ByteString data) |
static PlanNode.ShortRepresentation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PlanNode.ShortRepresentation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(InputStream input) |
static PlanNode.ShortRepresentation |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PlanNode.ShortRepresentation> |
parser() |
PlanNode.ShortRepresentation.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.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, waitpublic static final int DESCRIPTION_FIELD_NUMBER
public static final int SUBQUERIES_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getDescription()
A string representation of the expression subtree rooted at this node.
string description = 1;getDescription in interface PlanNode.ShortRepresentationOrBuilderpublic com.google.protobuf.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(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 Map<String,Integer> getSubqueries()
getSubqueriesMap() instead.getSubqueries in interface PlanNode.ShortRepresentationOrBuilderpublic Map<String,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(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(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 com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PlanNode.ShortRepresentation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanNode.ShortRepresentation parseFrom(InputStream input) throws IOException
IOExceptionpublic static PlanNode.ShortRepresentation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanNode.ShortRepresentation parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PlanNode.ShortRepresentation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanNode.ShortRepresentation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PlanNode.ShortRepresentation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PlanNode.ShortRepresentation.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PlanNode.ShortRepresentation.Builder newBuilder()
public static PlanNode.ShortRepresentation.Builder newBuilder(PlanNode.ShortRepresentation prototype)
public PlanNode.ShortRepresentation.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PlanNode.ShortRepresentation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PlanNode.ShortRepresentation getDefaultInstance()
public static com.google.protobuf.Parser<PlanNode.ShortRepresentation> parser()
public com.google.protobuf.Parser<PlanNode.ShortRepresentation> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PlanNode.ShortRepresentation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.