Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetColPos
Method
GetColPos
rel/sql.pb.go:470–475 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
468
}
469
470
func
(m *ResultColumnPb) GetColPos() int32 {
471
if
m != nil {
472
return
m.ColPos
473
}
474
return
0
475
}
476
477
func
(m *ResultColumnPb) GetColumn() *ColumnPb {
478
if
m != nil {
Callers
1
resultColumnFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected