Class RelTranslatedJoin¶
- 
class 
RelTranslatedJoin: public RelAlgNode¶ Public Functions
- 
std::string 
toString() const¶ 
- 
size_t 
toHash() const¶ 
- 
const RelAlgNode *
getLHS() const¶ 
- 
const RelAlgNode *
getRHS() const¶ 
- 
size_t 
getFilterCondSize() const¶ 
- 
std::string 
getOpType() const¶ 
- 
std::string 
getQualifier() const¶ 
- 
std::string 
getOpTypeInfo() const¶ 
- 
size_t 
size() const¶ 
- 
JoinType 
getJoinType() const¶ 
- 
std::shared_ptr<RelAlgNode> 
deepCopy() const¶ 
- 
std::string 
getFieldName(const size_t i) const¶ 
- 
bool 
isNestedLoopQual() const¶ 
Private Members
- 
const RelAlgNode *
lhs_¶ 
- 
const RelAlgNode *
rhs_¶ 
- 
const bool 
nested_loop_¶ 
- 
const JoinType 
join_type_¶ 
- 
const std::string 
op_type_¶ 
- 
const std::string 
qualifier_¶ 
- 
const std::string 
op_typeinfo_¶ 
- 
std::string