Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetJoinExpr
Method
GetJoinExpr
rel/sql.pb.go:345–350 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
343
}
344
345
func
(m *SqlSourcePb) GetJoinExpr() *expr.NodePb {
346
if
m != nil {
347
return
m.JoinExpr
348
}
349
return
nil
350
}
351
352
func
(m *SqlSourcePb) GetSubQuery() *SqlSelectPb {
353
if
m != nil {
Callers
1
SqlSourceFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected