OmniSciDB
94e8789169
|
#include <RelAlgExecutionUnit.h>
Public Attributes | |
std::list< std::shared_ptr < Analyzer::Expr > > | quals |
JoinType | type |
Definition at line 59 of file RelAlgExecutionUnit.h.
std::list<std::shared_ptr<Analyzer::Expr> > JoinCondition::quals |
Definition at line 60 of file RelAlgExecutionUnit.h.
Referenced by Executor::buildCurrentLevelHashTable().
JoinType JoinCondition::type |
Definition at line 61 of file RelAlgExecutionUnit.h.
Referenced by Executor::buildCurrentLevelHashTable(), Executor::buildJoinLoops(), and QueryRewriter::rewriteOverlapsJoin().