OmniSciDB
a5dc49c757
|
#include "../Parser/ParserNode.h"
#include "CodeGenerator.h"
#include "Execute.h"
#include "ExternalExecutor.h"
#include "MaxwellCodegenPatch.h"
#include "RelAlgTranslator.h"
#include "QueryEngine/JoinHashTable/RangeJoinHashTable.h"
Go to the source code of this file.
Classes | |
class | anonymous_namespace{IRCodegen.cpp}::ExprTableIdVisitor |
Namespaces | |
anonymous_namespace{IRCodegen.cpp} | |
Functions | |
void | anonymous_namespace{IRCodegen.cpp}::add_qualifier_to_execution_unit (RelAlgExecutionUnit &ra_exe_unit, const std::shared_ptr< Analyzer::Expr > &qual) |
void | anonymous_namespace{IRCodegen.cpp}::check_if_loop_join_is_allowed (RelAlgExecutionUnit &ra_exe_unit, const ExecutionOptions &eo, const std::vector< InputTableInfo > &query_infos, const size_t level_idx, const std::string &fail_reason) |
void | anonymous_namespace{IRCodegen.cpp}::check_valid_join_qual (std::shared_ptr< Analyzer::BinOper > &bin_oper) |
Variables | |
bool | g_enable_left_join_filter_hoisting |
bool g_enable_left_join_filter_hoisting |
Definition at line 107 of file Execute.cpp.