Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetColIndex
Method
GetColIndex
rel/sql.pb.go:282–287 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
280
}
281
282
func
(m *SqlSourcePb) GetColIndex() []KvInt {
283
if
m != nil {
284
return
m.ColIndex
285
}
286
return
nil
287
}
288
289
func
(m *SqlSourcePb) GetJoinNodes() []*expr.NodePb {
290
if
m != nil {
Callers
1
SqlSourceFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected