MCPcopy 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
569func (m *ColumnPb) GetOriginalAs() string {
570 if m != nil && m.OriginalAs != nil {
571 return *m.OriginalAs
572 }
573 return ""
574}
575
576func (m *ColumnPb) GetLeft() string {
577 if m != nil && m.Left != nil {

Callers 1

columnFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected