MCPcopy 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
345func (m *SqlSourcePb) GetJoinExpr() *expr.NodePb {
346 if m != nil {
347 return m.JoinExpr
348 }
349 return nil
350}
351
352func (m *SqlSourcePb) GetSubQuery() *SqlSelectPb {
353 if m != nil {

Callers 1

SqlSourceFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected