OmniSciDB
a5dc49c757
|
This is the complete list of members for HashTableEntryInfo, including all inherited members.
computeHashTableSize() const =0 | HashTableEntryInfo | pure virtual |
computeTotalNumSlots() const =0 | HashTableEntryInfo | pure virtual |
for_window_framing_ | HashTableEntryInfo | protected |
forWindowFraming() const | HashTableEntryInfo | inline |
getHashTableLayout() const | HashTableEntryInfo | inline |
getNumHashEntries() const | HashTableEntryInfo | inline |
getNumKeys() const | HashTableEntryInfo | inline |
getRowIdSizeInBytes() const | HashTableEntryInfo | inline |
HashTableEntryInfo(size_t num_hash_entries, size_t num_keys, size_t rowid_size_in_bytes, HashType layout, bool for_window_framing=false) | HashTableEntryInfo | inline |
layout_ | HashTableEntryInfo | protected |
num_hash_entries_ | HashTableEntryInfo | protected |
num_keys_ | HashTableEntryInfo | protected |
rowid_size_in_bytes_ | HashTableEntryInfo | protected |
setHashTableLayout(HashType layout) | HashTableEntryInfo | inline |
setNumHashEntries(size_t num_hash_entries) | HashTableEntryInfo | inline |
setNumKeys(size_t num_keys) | HashTableEntryInfo | inline |
setRowIdSizeInBytes(size_t rowid_size_in_bytes) | HashTableEntryInfo | inline |