Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetStar
Method
GetStar
rel/sql.pb.go:639–644 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
637
}
638
639
func
(m *ColumnPb) GetStar() bool {
640
if
m != nil && m.Star != nil {
641
return
*m.Star
642
}
643
return
false
644
}
645
646
func
(m *ColumnPb) GetAgg() bool {
647
if
m != nil {
Callers
3
resultColumnFromPb
Function · 0.45
columnFromPb
Function · 0.45
SqlSelectFromPb
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected