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

Method Reset

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

Source from the content-addressed store, hash-verified

449}
450
451void HashTableCtx::ExprValuesCache::Reset() noexcept {
452 ResetIterators();
453 // Set the end pointer after resetting the other pointers so they point to
454 // the same location.
455 cur_expr_values_hash_end_ = cur_expr_values_hash_;
456 null_bitmap_.SetAllBits(false);
457}
458
459void HashTableCtx::ExprValuesCache::ResetForRead() {
460 // Record the end of hash values iterator to be used in AtEnd().

Callers 2

InitMethod · 0.45
CloseMethod · 0.45

Calls 1

SetAllBitsMethod · 0.80

Tested by

no test coverage detected