MCPcopy Create free account
hub / github.com/araddon/qlbridge / GetAs

Method GetAs

rel/sql.pb.go:618–623  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

616}
617
618func (m *ColumnPb) GetAs() string {
619 if m != nil {
620 return m.As
621 }
622 return ""
623}
624
625func (m *ColumnPb) GetComment() string {
626 if m != nil && m.Comment != nil {

Callers 2

resultColumnFromPbFunction · 0.45
columnFromPbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected