OmniSciDB
a5dc49c757
|
#include <StringDictionaryProxy.h>
Public Member Functions | |
TranslationMap (uint32_t const tran_size, uint32_t const dict_size) | |
TranslationMap (uint32_t const tran_size, uint32_t const dict_size, const T &init_val) | |
TranslationMap (TranslationMap const &)=delete | |
TranslationMap (TranslationMap &&)=default | |
bool | empty () const |
size_t | getIndex (int32_t const id) const |
std::vector< T > const & | getVectorMap () const |
size_t | size () const |
size_t | numTransients () const |
size_t | numNonTransients () const |
T * | data () |
T const * | data () const |
int32_t | domainStart () const |
int32_t | domainEnd () const |
void | setRangeStart (const int32_t range_start) |
void | setRangeEnd (const int32_t range_end) |
T | rangeStart () const |
T | rangeEnd () const |
size_t | numUntranslatedStrings () const |
void | setNumUntranslatedStrings (const size_t num_untranslated_strings) |
T * | storageData () |
T & | operator[] (int32_t const id) |
T | operator[] (int32_t const id) const |
Private Attributes | |
size_t const | offset_ |
std::vector< T > | vector_map_ |
int64_t | num_untranslated_strings_ |
T | range_start_ {0} |
T | range_end_ {0} |
Friends | |
std::ostream & | operator<< (std::ostream &os, TranslationMap< T > const &sdp_map) |
Definition at line 89 of file StringDictionaryProxy.h.
|
inline |
Definition at line 98 of file StringDictionaryProxy.h.
|
inline |
Definition at line 100 of file StringDictionaryProxy.h.
|
delete |
|
default |
|
inline |
Definition at line 110 of file StringDictionaryProxy.h.
Referenced by StringDictionaryProxy::buildIntersectionTranslationMapToOtherProxyUnlocked(), StringDictionaryTranslationMgr::data(), PerfectJoinHashTableBuilder::initOneToManyHashTableOnCpu(), and PerfectJoinHashTableBuilder::initOneToOneHashTableOnCpu().
|
inline |
Definition at line 111 of file StringDictionaryProxy.h.
|
inline |
Definition at line 113 of file StringDictionaryProxy.h.
|
inline |
Definition at line 112 of file StringDictionaryProxy.h.
Referenced by PerfectJoinHashTableBuilder::initOneToManyHashTableOnCpu(), PerfectJoinHashTableBuilder::initOneToOneHashTableOnCpu(), and StringDictionaryTranslationMgr::minSourceStringId().
|
inline |
Definition at line 104 of file StringDictionaryProxy.h.
Referenced by StringDictionaryProxy::buildIntersectionTranslationMapToOtherProxyUnlocked(), and StringDictionaryTranslationMgr::isMapValid().
|
inline |
Definition at line 105 of file StringDictionaryProxy.h.
|
inline |
Definition at line 106 of file StringDictionaryProxy.h.
Referenced by StringDictionaryProxy::buildIntersectionTranslationMapToOtherProxyUnlocked(), and StringDictionaryTranslationMgr::mapSize().
|
inline |
Definition at line 109 of file StringDictionaryProxy.h.
|
inline |
Definition at line 108 of file StringDictionaryProxy.h.
Referenced by StringDictionaryProxy::buildIntersectionTranslationMapToOtherProxyUnlocked().
|
inline |
Definition at line 125 of file StringDictionaryProxy.h.
|
inline |
Definition at line 133 of file StringDictionaryProxy.h.
|
inline |
Definition at line 134 of file StringDictionaryProxy.h.
|
inline |
Definition at line 117 of file StringDictionaryProxy.h.
|
inline |
Definition at line 116 of file StringDictionaryProxy.h.
|
inline |
Definition at line 129 of file StringDictionaryProxy.h.
Referenced by StringDictionaryProxy::buildIntersectionTranslationMapToOtherProxyUnlocked().
|
inline |
Definition at line 115 of file StringDictionaryProxy.h.
Referenced by StringDictionaryProxy::buildIntersectionTranslationMapToOtherProxyUnlocked().
|
inline |
Definition at line 114 of file StringDictionaryProxy.h.
Referenced by StringDictionaryProxy::buildIntersectionTranslationMapToOtherProxyUnlocked().
|
inline |
Definition at line 107 of file StringDictionaryProxy.h.
Referenced by HashJoin::translateInnerToOuterStrDictProxies().
|
inline |
Definition at line 132 of file StringDictionaryProxy.h.
Referenced by StringDictionaryProxy::buildIntersectionTranslationMapToOtherProxyUnlocked().
|
friend |
Definition at line 135 of file StringDictionaryProxy.h.
|
private |
Definition at line 92 of file StringDictionaryProxy.h.
|
private |
Definition at line 90 of file StringDictionaryProxy.h.
|
private |
Definition at line 94 of file StringDictionaryProxy.h.
|
private |
Definition at line 93 of file StringDictionaryProxy.h.
|
private |
Definition at line 91 of file StringDictionaryProxy.h.