| 457 | } |
| 458 | |
| 459 | void HashTableCtx::ExprValuesCache::ResetForRead() { |
| 460 | // Record the end of hash values iterator to be used in AtEnd(). |
| 461 | // Do it before resetting the pointers. |
| 462 | cur_expr_values_hash_end_ = cur_expr_values_hash_; |
| 463 | ResetIterators(); |
| 464 | } |
| 465 | |
| 466 | constexpr double HashTable::MAX_FILL_FACTOR; |
| 467 | constexpr int64_t HashTable::DATA_PAGE_SIZE; |
no outgoing calls
no test coverage detected