public static interface PlanNode.ShortRepresentationOrBuilder extends MessageOrBuilder
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.
|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getDescription()
A string representation of the expression subtree rooted at this node.
string description = 1;
ByteString getDescriptionBytes()
A string representation of the expression subtree rooted at this node.
string description = 1;
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. The referenced `SCALAR` subquery may not necessarily be a direct child of this node.
map<string, int32> subqueries = 2;
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;
@Deprecated Map<String,Integer> getSubqueries()
getSubqueriesMap()
instead.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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.