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

Method GetAliasInner

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

Source from the content-addressed store, hash-verified

266}
267
268func (m *SqlSourcePb) GetAliasInner() string {
269 if m != nil && m.AliasInner != nil {
270 return *m.AliasInner
271 }
272 return ""
273}
274
275func (m *SqlSourcePb) GetColumns() []*ColumnPb {
276 if m != nil {

Callers 1

SqlSourceFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected