MCPcopy Create free account
hub / github.com/cloudspannerecosystem/spanner-cli / IsRoot

Method IsRoot

query_plan.go:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184func (n *Node) IsRoot() bool {
185 return n.PlanNode.Index == 0
186}
187
188func (n *Node) String() string {
189 metadataFields := n.PlanNode.GetMetadata().GetFields()

Callers 1

renderTreeWithStatsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected