OmniSciDB
bf83d84833
|
#include "QueryEngine/JoinHashTable/OverlapsJoinHashTable.h"
#include "QueryEngine/CodeGenerator.h"
#include "QueryEngine/Execute.h"
#include "QueryEngine/ExpressionRewrite.h"
#include "QueryEngine/JoinHashTable/Builders/BaselineHashTableBuilder.h"
#include "QueryEngine/JoinHashTable/HashJoin.h"
#include "QueryEngine/JoinHashTable/PerfectJoinHashTable.h"
#include "QueryEngine/JoinHashTable/Runtime/HashJoinKeyHandlers.h"
#include "QueryEngine/JoinHashTable/Runtime/JoinHashTableGpuUtils.h"
Go to the source code of this file.
Macros | |
#define | LL_CONTEXT executor_->cgen_state_->context_ |
#define | LL_BUILDER executor_->cgen_state_->ir_builder_ |
#define | LL_INT(v) executor_->cgen_state_->llInt(v) |
#define | LL_FP(v) executor_->cgen_state_->llFp(v) |
#define | ROW_FUNC executor_->cgen_state_->row_func_ |
#define LL_BUILDER executor_->cgen_state_->ir_builder_ |
Definition at line 662 of file OverlapsJoinHashTable.cpp.
Referenced by OverlapsJoinHashTable::codegenKey(), and OverlapsJoinHashTable::codegenMatchingSet().
#define LL_CONTEXT executor_->cgen_state_->context_ |
Definition at line 661 of file OverlapsJoinHashTable.cpp.
Referenced by OverlapsJoinHashTable::codegenKey(), and OverlapsJoinHashTable::codegenMatchingSet().
#define LL_FP | ( | v | ) | executor_->cgen_state_->llFp(v) |
Definition at line 664 of file OverlapsJoinHashTable.cpp.
Referenced by OverlapsJoinHashTable::codegenKey(), and OverlapsJoinHashTable::codegenMatchingSet().
#define LL_INT | ( | v | ) | executor_->cgen_state_->llInt(v) |
Definition at line 663 of file OverlapsJoinHashTable.cpp.
Referenced by OverlapsJoinHashTable::codegenKey(), and OverlapsJoinHashTable::codegenMatchingSet().
#define ROW_FUNC executor_->cgen_state_->row_func_ |
Definition at line 665 of file OverlapsJoinHashTable.cpp.