Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
func
(m *SqlSourcePb) GetAliasInner() string {
269
if
m != nil && m.AliasInner != nil {
270
return
*m.AliasInner
271
}
272
return
""
273
}
274
275
func
(m *SqlSourcePb) GetColumns() []*ColumnPb {
276
if
m != nil {
Callers
1
SqlSourceFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected