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

Method SetAtEnd

be/src/exec/hash-table.inline.h:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347inline void HashTable::Iterator::SetAtEnd() {
348 bucket_idx_ = BUCKET_NOT_FOUND;
349 node_ = NULL;
350}
351
352template <const bool READ>
353inline void HashTable::Iterator::PrefetchBucket() {

Callers 4

ResetForProbeMethod · 0.80
GetRowsFromPartitionMethod · 0.80
ClosePartitionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected