MCPcopy 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
289func (m *SqlSourcePb) GetJoinNodes() []*expr.NodePb {
290 if m != nil {
291 return m.JoinNodes
292 }
293 return nil
294}
295
296func (m *SqlSourcePb) GetSource() *SqlSelectPb {
297 if m != nil {

Callers 1

SqlSourceFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected