Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
611
func
(m *ColumnPb) GetSourceField() string {
612
if
m != nil && m.SourceField != nil {
613
return
*m.SourceField
614
}
615
return
""
616
}
617
618
func
(m *ColumnPb) GetAs() string {
619
if
m != nil {
Callers
1
columnFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected