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, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
SUBQUERIES_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
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.
|
ByteString |
getDescriptionBytes()
A string representation of the expression subtree rooted at this node.
|
static Descriptors.Descriptor |
getDescriptor() |
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.
|
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) |
protected Object |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) |
static PlanNode.ShortRepresentation |
parseDelimitedFrom(InputStream input) |
static PlanNode.ShortRepresentation |
parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(byte[] data) |
static PlanNode.ShortRepresentation |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static PlanNode.ShortRepresentation |
parseFrom(ByteBuffer data) |
static PlanNode.ShortRepresentation |
parseFrom(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(InputStream input) |
static PlanNode.ShortRepresentation |
parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<PlanNode.ShortRepresentation> |
parser() |
PlanNode.ShortRepresentation.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int DESCRIPTION_FIELD_NUMBER
public static final int SUBQUERIES_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField
in class GeneratedMessageV3
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public String getDescription()
A string representation of the expression subtree rooted at this node.
string description = 1;
getDescription
in interface PlanNode.ShortRepresentationOrBuilder
public ByteString getDescriptionBytes()
A string representation of the expression subtree rooted at this node.
string description = 1;
getDescriptionBytes
in interface PlanNode.ShortRepresentationOrBuilder
public int getSubqueriesCount()
PlanNode.ShortRepresentationOrBuilder
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;
getSubqueriesCount
in interface PlanNode.ShortRepresentationOrBuilder
public 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.ShortRepresentationOrBuilder
public 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.ShortRepresentationOrBuilder
public 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.ShortRepresentationOrBuilder
public 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.ShortRepresentationOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static PlanNode.ShortRepresentation parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PlanNode.ShortRepresentation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PlanNode.ShortRepresentation parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PlanNode.ShortRepresentation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PlanNode.ShortRepresentation parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PlanNode.ShortRepresentation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static PlanNode.ShortRepresentation parseFrom(InputStream input) throws IOException
IOException
public static PlanNode.ShortRepresentation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PlanNode.ShortRepresentation parseDelimitedFrom(InputStream input) throws IOException
IOException
public static PlanNode.ShortRepresentation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PlanNode.ShortRepresentation parseFrom(CodedInputStream input) throws IOException
IOException
public static PlanNode.ShortRepresentation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public PlanNode.ShortRepresentation.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static PlanNode.ShortRepresentation.Builder newBuilder()
public static PlanNode.ShortRepresentation.Builder newBuilder(PlanNode.ShortRepresentation prototype)
public PlanNode.ShortRepresentation.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected PlanNode.ShortRepresentation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static PlanNode.ShortRepresentation getDefaultInstance()
public static Parser<PlanNode.ShortRepresentation> parser()
public Parser<PlanNode.ShortRepresentation> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public PlanNode.ShortRepresentation getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2022 Google LLC. All rights reserved.