OmniSciDB
c1a53651b2
|
Public Member Functions | |
HashTableProps (const size_t entry_count, const size_t emitted_keys_count, const size_t hash_table_size, const std::vector< double > &bucket_sizes) | |
Static Public Member Functions | |
static HashTableProps | invalid () |
Public Attributes | |
size_t | entry_count |
size_t | emitted_keys_count |
double | keys_per_bin |
size_t | hash_table_size |
std::vector< double > | bucket_sizes |
Definition at line 225 of file OverlapsJoinHashTable.cpp.
|
inline |
Definition at line 226 of file OverlapsJoinHashTable.cpp.
|
inlinestatic |
Definition at line 237 of file OverlapsJoinHashTable.cpp.
std::vector<double> anonymous_namespace{OverlapsJoinHashTable.cpp}::HashTableProps::bucket_sizes |
Definition at line 243 of file OverlapsJoinHashTable.cpp.
size_t anonymous_namespace{OverlapsJoinHashTable.cpp}::HashTableProps::emitted_keys_count |
Definition at line 240 of file OverlapsJoinHashTable.cpp.
Referenced by anonymous_namespace{OverlapsJoinHashTable.cpp}::operator<<().
size_t anonymous_namespace{OverlapsJoinHashTable.cpp}::HashTableProps::entry_count |
Definition at line 239 of file OverlapsJoinHashTable.cpp.
Referenced by anonymous_namespace{OverlapsJoinHashTable.cpp}::operator<<().
size_t anonymous_namespace{OverlapsJoinHashTable.cpp}::HashTableProps::hash_table_size |
Definition at line 242 of file OverlapsJoinHashTable.cpp.
Referenced by anonymous_namespace{OverlapsJoinHashTable.cpp}::operator<<().
double anonymous_namespace{OverlapsJoinHashTable.cpp}::HashTableProps::keys_per_bin |
Definition at line 241 of file OverlapsJoinHashTable.cpp.
Referenced by anonymous_namespace{OverlapsJoinHashTable.cpp}::operator<<().