Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetLeft
Method
GetLeft
rel/sql.pb.go:576–581 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
574
}
575
576
func
(m *ColumnPb) GetLeft() string {
577
if
m != nil && m.Left != nil {
578
return
*m.Left
579
}
580
return
""
581
}
582
583
func
(m *ColumnPb) GetRight() string {
584
if
m != nil && m.Right != nil {
Callers
1
columnFromPb
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected