OmniSciDB
a5dc49c757
|
#include <PlanState.h>
Public Member Functions | |
JoinInfo (const std::vector< std::shared_ptr< Analyzer::BinOper >> &equi_join_tautologies, const std::vector< std::shared_ptr< HashJoin >> &join_hash_tables) | |
Public Attributes | |
std::vector< std::shared_ptr < Analyzer::BinOper > > | equi_join_tautologies_ |
std::vector< std::shared_ptr < HashJoin > > | join_hash_tables_ |
std::unordered_set< size_t > | sharded_range_table_indices_ |
Definition at line 29 of file PlanState.h.
|
inline |
Definition at line 30 of file PlanState.h.
std::vector<std::shared_ptr<Analyzer::BinOper> > JoinInfo::equi_join_tautologies_ |
Definition at line 36 of file PlanState.h.
std::vector<std::shared_ptr<HashJoin> > JoinInfo::join_hash_tables_ |
Definition at line 39 of file PlanState.h.
std::unordered_set<size_t> JoinInfo::sharded_range_table_indices_ |
Definition at line 40 of file PlanState.h.