OmniSciDB
a5dc49c757
|
Find out all the physical inputs (columns) a query is using. More...
#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 < shared::TableKey > | get_physical_table_inputs (const RelAlgNode *) |
Find out all the physical inputs (columns) a query is using.
Definition in file QueryPhysicalInputsCollector.h.
std::unordered_set<PhysicalInput> get_physical_inputs | ( | const RelAlgNode * | ) |
Definition at line 216 of file QueryPhysicalInputsCollector.cpp.
Referenced by anonymous_namespace{RelAlgExecutor.cpp}::get_physical_inputs_with_spi_col_id(), anonymous_namespace{RelAlgExecutor.cpp}::prepare_for_system_table_execution(), anonymous_namespace{RelAlgExecutor.cpp}::prepare_string_dictionaries(), and anonymous_namespace{RelAlgExecutor.cpp}::set_parallelism_hints().
std::unordered_set<shared::TableKey> get_physical_table_inputs | ( | const RelAlgNode * | ) |
Definition at line 221 of file QueryPhysicalInputsCollector.cpp.
Referenced by RelAlgExecutor::computeTableGenerations(), RelAlgExecutor::getPhysicalTableIds(), RelAlgExecutor::setupCaching(), and anonymous_namespace{ExpressionRewrite.cpp}::update_input_to_nest_lv().
std::ostream& operator<< | ( | std::ostream & | , |
PhysicalInput const & | |||
) |
Definition at line 225 of file QueryPhysicalInputsCollector.cpp.
References PhysicalInput::col_id, PhysicalInput::db_id, and PhysicalInput::table_id.