Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetOriginalAs
Method
GetOriginalAs
rel/sql.pb.go:569–574 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
567
}
568
569
func
(m *ColumnPb) GetOriginalAs() string {
570
if
m != nil && m.OriginalAs != nil {
571
return
*m.OriginalAs
572
}
573
return
""
574
}
575
576
func
(m *ColumnPb) GetLeft() string {
577
if
m != nil && m.Left != nil {
Callers
1
columnFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected