Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetJoinNodes
Method
GetJoinNodes
rel/sql.pb.go:289–294 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
287
}
288
289
func
(m *SqlSourcePb) GetJoinNodes() []*expr.NodePb {
290
if
m != nil {
291
return
m.JoinNodes
292
}
293
return
nil
294
}
295
296
func
(m *SqlSourcePb) GetSource() *SqlSelectPb {
297
if
m != nil {
Callers
1
SqlSourceFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected