OmniSciDB
a5dc49c757
|
#include <ThreadInfo.h>
Public Member Functions | |
ThreadInfo (const int64_t max_thread_count, const int64_t num_elems, const int64_t target_elems_per_thread) | |
Public Attributes | |
int64_t | num_threads {0} |
int64_t | num_elems_per_thread |
Definition at line 21 of file ThreadInfo.h.
|
inline |
int64_t ThreadInfo::num_elems_per_thread |
Definition at line 23 of file ThreadInfo.h.
Referenced by TableFunctions_Namespace::OneHotEncoder_Namespace::allocate_one_hot_cols(), StringDictionary::buildDictionaryNumericTranslationMap(), StringDictionary::buildDictionaryTranslationMap(), generate_random_strings__cpu_(), StringDictionary::getBulk(), StringDictionary::getStringViews(), TableFunctions_Namespace::remove_null_rows(), ThreadInfo(), and StringDictionaryProxy::transientLookupBulkParallelUnlocked().
int64_t ThreadInfo::num_threads {0} |
Definition at line 22 of file ThreadInfo.h.
Referenced by TableFunctions_Namespace::OneHotEncoder_Namespace::allocate_one_hot_cols(), StringDictionary::buildDictionaryNumericTranslationMap(), StringDictionary::buildDictionaryTranslationMap(), generate_random_strings__cpu_(), StringDictionary::getBulk(), StringDictionary::getStringViews(), TableFunctions_Namespace::remove_null_rows(), ThreadInfo(), and StringDictionaryProxy::transientLookupBulkParallelUnlocked().