OmniSciDB
a5dc49c757
|
Public Attributes | |
RelAlgExecutionUnit | exe_unit |
const RelAlgNode * | body |
const size_t | max_groups_buffer_entry_guess |
std::unique_ptr< QueryRewriter > | query_rewriter |
const std::vector< size_t > | input_permutation |
const std::vector< size_t > | left_deep_join_input_sizes |
Definition at line 288 of file RelAlgExecutor.h.
const RelAlgNode* RelAlgExecutor::WorkUnit::body |
Definition at line 290 of file RelAlgExecutor.h.
Referenced by RelAlgExecutor::createWindowFunctionContext(), and RelAlgExecutor::executeWorkUnit().
RelAlgExecutionUnit RelAlgExecutor::WorkUnit::exe_unit |
Definition at line 289 of file RelAlgExecutor.h.
Referenced by RelAlgExecutor::computeWindow(), RelAlgExecutor::createWindowFunctionContext(), RelAlgExecutor::executeWorkUnit(), RelAlgExecutor::getNDVEstimation(), RelAlgExecutor::handleOutOfMemoryRetry(), RelAlgExecutor::isRowidLookup(), and RelAlgExecutor::selectFiltersToBePushedDown().
const std::vector<size_t> RelAlgExecutor::WorkUnit::input_permutation |
Definition at line 293 of file RelAlgExecutor.h.
Referenced by RelAlgExecutor::selectFiltersToBePushedDown().
const std::vector<size_t> RelAlgExecutor::WorkUnit::left_deep_join_input_sizes |
Definition at line 294 of file RelAlgExecutor.h.
Referenced by RelAlgExecutor::selectFiltersToBePushedDown().
const size_t RelAlgExecutor::WorkUnit::max_groups_buffer_entry_guess |
Definition at line 291 of file RelAlgExecutor.h.
Referenced by RelAlgExecutor::executeWorkUnit(), and RelAlgExecutor::handleOutOfMemoryRetry().
std::unique_ptr<QueryRewriter> RelAlgExecutor::WorkUnit::query_rewriter |
Definition at line 292 of file RelAlgExecutor.h.