Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
func
(n *Node) IsRoot() bool {
185
return
n.PlanNode.Index == 0
186
}
187
188
func
(n *Node) String() string {
189
metadataFields := n.PlanNode.GetMetadata().GetFields()
Callers
1
renderTreeWithStats
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected