Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetParentIndex
Method
GetParentIndex
rel/sql.pb.go:590–595 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
588
}
589
590
func
(m *ColumnPb) GetParentIndex() int32 {
591
if
m != nil {
592
return
m.ParentIndex
593
}
594
return
0
595
}
596
597
func
(m *ColumnPb) GetIndex() int32 {
598
if
m != nil {
Callers
1
columnFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected