MCPcopy 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
576func (m *ColumnPb) GetLeft() string {
577 if m != nil && m.Left != nil {
578 return *m.Left
579 }
580 return ""
581}
582
583func (m *ColumnPb) GetRight() string {
584 if m != nil && m.Right != nil {

Callers 1

columnFromPbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected