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

Method GetSourceField

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

Source from the content-addressed store, hash-verified

609}
610
611func (m *ColumnPb) GetSourceField() string {
612 if m != nil && m.SourceField != nil {
613 return *m.SourceField
614 }
615 return ""
616}
617
618func (m *ColumnPb) GetAs() string {
619 if m != nil {

Callers 1

columnFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected