OmniSciDB
bf83d84833
|
#include <ostream>
#include <unordered_set>
Go to the source code of this file.
Classes | |
struct | PhysicalInput |
struct | std::hash< PhysicalInput > |
Namespaces | |
std | |
Functions | |
std::ostream & | operator<< (std::ostream &, PhysicalInput const &) |
std::unordered_set< PhysicalInput > | get_physical_inputs (const RelAlgNode *) |
std::unordered_set< int > | get_physical_table_inputs (const RelAlgNode *) |
std::unordered_set<PhysicalInput> get_physical_inputs | ( | const RelAlgNode * | ) |
Definition at line 206 of file QueryPhysicalInputsCollector.cpp.
Referenced by RelAlgExecutor::computeColRangesCache(), RelAlgExecutor::computeStringDictionaryGenerations(), RelAlgExecutor::executeRelAlgQueryNoRetry(), anonymous_namespace{RelAlgExecutor.cpp}::get_physical_inputs(), RelAlgExecutor::getOuterFragmentCount(), and anonymous_namespace{RelAlgExecutor.cpp}::prepare_foreign_table_for_execution().
std::unordered_set<int> get_physical_table_inputs | ( | const RelAlgNode * | ) |
Definition at line 211 of file QueryPhysicalInputsCollector.cpp.
Referenced by RelAlgExecutor::computeTableGenerations(), RelAlgExecutor::executeRelAlgQueryNoRetry(), and RelAlgExecutor::getOuterFragmentCount().
std::ostream& operator<< | ( | std::ostream & | , |
PhysicalInput const & | |||
) |
Definition at line 216 of file QueryPhysicalInputsCollector.cpp.
References PhysicalInput::col_id, and PhysicalInput::table_id.