OmniSciDB
a5dc49c757
|
#include <BaselineJoinHashTable.h>
Public Attributes | |
std::vector< InnerOuter > | inner_outer_pairs |
std::vector < InnerOuterStringOpInfos > | inner_outer_string_op_infos_pairs |
const size_t | num_elements |
const SQLOps | optype |
const JoinType | join_type |
const ChunkKey | chunk_key |
Definition at line 223 of file BaselineJoinHashTable.h.
const ChunkKey BaselineJoinHashTable::AlternativeCacheKeyForBaselineHashJoin::chunk_key |
Definition at line 229 of file BaselineJoinHashTable.h.
std::vector<InnerOuter> BaselineJoinHashTable::AlternativeCacheKeyForBaselineHashJoin::inner_outer_pairs |
Definition at line 224 of file BaselineJoinHashTable.h.
Referenced by BaselineJoinHashTable::getAlternativeCacheKey().
std::vector<InnerOuterStringOpInfos> BaselineJoinHashTable::AlternativeCacheKeyForBaselineHashJoin::inner_outer_string_op_infos_pairs |
Definition at line 225 of file BaselineJoinHashTable.h.
Referenced by BaselineJoinHashTable::getAlternativeCacheKey().
const JoinType BaselineJoinHashTable::AlternativeCacheKeyForBaselineHashJoin::join_type |
Definition at line 228 of file BaselineJoinHashTable.h.
Referenced by BaselineJoinHashTable::getAlternativeCacheKey().
const size_t BaselineJoinHashTable::AlternativeCacheKeyForBaselineHashJoin::num_elements |
Definition at line 226 of file BaselineJoinHashTable.h.
Referenced by BaselineJoinHashTable::getAlternativeCacheKey().
const SQLOps BaselineJoinHashTable::AlternativeCacheKeyForBaselineHashJoin::optype |
Definition at line 227 of file BaselineJoinHashTable.h.
Referenced by BaselineJoinHashTable::getAlternativeCacheKey().