MCPcopy Create free account
hub / github.com/araddon/qlbridge / GetSourceIndex

Method GetSourceIndex

rel/sql.pb.go:604–609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

602}
603
604func (m *ColumnPb) GetSourceIndex() int32 {
605 if m != nil {
606 return m.SourceIndex
607 }
608 return 0
609}
610
611func (m *ColumnPb) GetSourceField() string {
612 if m != nil && m.SourceField != nil {

Callers 1

columnFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected