You are here: Symbol Reference > Classes > TLz_JoinExpr Class > public
ContentsIndexHome
PreviousUpNext
public

The public members of the TLz_JoinExpr class are listed here.

Fields
Field 
Description 

One of loop, hash, merge, remote if any. 

Raw parse tree node of "full outer","right outer","left outer" and inner. 

In join clause like this:
sourcetable join desttable

jointype is JOIN_DEFAULT.
Check TJoinType for more. 
larg 


In join clause like this:
sourcetable join desttable

larg points to sourcetable 

Raw parse tree node of join condition.
It's tyep of TLz_JoinQual
rarg 

In join clause like this:
sourcetable join desttable

larg points to desttable. 
Gudu software http://www.sqlparser.com
Send comments about this topic.