MCPcopy 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
590func (m *ColumnPb) GetParentIndex() int32 {
591 if m != nil {
592 return m.ParentIndex
593 }
594 return 0
595}
596
597func (m *ColumnPb) GetIndex() int32 {
598 if m != nil {

Callers 1

columnFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected