MCPcopy Create free account
hub / github.com/apache/impala / ResetForRead

Method ResetForRead

be/src/exec/hash-table.cc:459–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459void 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
466constexpr double HashTable::MAX_FILL_FACTOR;
467constexpr int64_t HashTable::DATA_PAGE_SIZE;

Callers 3

InsertBatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected