OmniSciDB
a5dc49c757
|
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 241 of file BoundingBoxIntersectJoinHashTable.cpp.
|
inline |
Definition at line 242 of file BoundingBoxIntersectJoinHashTable.cpp.
|
inlinestatic |
Definition at line 253 of file BoundingBoxIntersectJoinHashTable.cpp.
std::vector<double> anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::HashTableProps::bucket_sizes |
Definition at line 259 of file BoundingBoxIntersectJoinHashTable.cpp.
size_t anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::HashTableProps::emitted_keys_count |
Definition at line 256 of file BoundingBoxIntersectJoinHashTable.cpp.
Referenced by anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::operator<<().
size_t anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::HashTableProps::entry_count |
Definition at line 255 of file BoundingBoxIntersectJoinHashTable.cpp.
Referenced by anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::operator<<().
size_t anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::HashTableProps::hash_table_size |
Definition at line 258 of file BoundingBoxIntersectJoinHashTable.cpp.
Referenced by anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::operator<<().
double anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::HashTableProps::keys_per_bin |
Definition at line 257 of file BoundingBoxIntersectJoinHashTable.cpp.
Referenced by anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::operator<<().