Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetOrder
Method
GetOrder
rel/sql.pb.go:632–637 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
630
}
631
632
func
(m *ColumnPb) GetOrder() string {
633
if
m != nil && m.Order != nil {
634
return
*m.Order
635
}
636
return
""
637
}
638
639
func
(m *ColumnPb) GetStar() bool {
640
if
m != nil && m.Star != nil {
Callers
1
columnFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected