OmniSciDB
a5dc49c757
|
#include <cstdint>
#include <map>
#include <mutex>
#include <thread>
#include <unordered_set>
#include <vector>
#include "Analyzer/Analyzer.h"
#include "DataMgr/MemoryLevel.h"
#include "QueryEngine/ColumnarResults.h"
#include "QueryEngine/DataRecycler/HashingSchemeRecycler.h"
#include "QueryEngine/DataRecycler/HashtableRecycler.h"
#include "QueryEngine/Descriptors/RowSetMemoryOwner.h"
#include "QueryEngine/InputMetadata.h"
#include "QueryEngine/JoinHashTable/BaselineHashTable.h"
#include "QueryEngine/JoinHashTable/HashJoin.h"
#include "QueryEngine/JoinHashTable/Runtime/HashJoinRuntime.h"
Go to the source code of this file.
Classes | |
class | BaselineJoinHashTable |
struct | BaselineJoinHashTable::AlternativeCacheKeyForBaselineHashJoin |
Typedefs | |
using | StrProxyTranslationMapsPtrsAndOffsets = std::pair< std::vector< const int32_t * >, std::vector< int32_t >> |
using StrProxyTranslationMapsPtrsAndOffsets = std::pair<std::vector<const int32_t*>, std::vector<int32_t>> |
Definition at line 43 of file BaselineJoinHashTable.h.