MCPcopy Create free account
hub / github.com/araddon/qlbridge / GetJoinType

Method GetJoinType

rel/sql.pb.go:338–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336}
337
338func (m *SqlSourcePb) GetJoinType() int32 {
339 if m != nil {
340 return m.JoinType
341 }
342 return 0
343}
344
345func (m *SqlSourcePb) GetJoinExpr() *expr.NodePb {
346 if m != nil {

Callers 1

SqlSourceFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected