OmniSciDB
a5dc49c757
|
#include <HashJoin.h>
Public Attributes | |
std::vector< const void * > | sd_inner_proxy_per_key |
std::vector< void * > | sd_outer_proxy_per_key |
std::vector< ChunkKey > | cache_key_chunks |
Definition at line 127 of file HashJoin.h.
std::vector<ChunkKey> CompositeKeyInfo::cache_key_chunks |
Definition at line 130 of file HashJoin.h.
Referenced by RangeJoinHashTable::reifyWithLayout(), and BoundingBoxIntersectJoinHashTable::reifyWithLayout().
std::vector<const void*> CompositeKeyInfo::sd_inner_proxy_per_key |
Definition at line 128 of file HashJoin.h.
Referenced by HashJoin::translateCompositeStrDictProxies().
std::vector<void*> CompositeKeyInfo::sd_outer_proxy_per_key |
Definition at line 129 of file HashJoin.h.
Referenced by HashJoin::translateCompositeStrDictProxies().