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

Method AtEnd

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

Source from the content-addressed store, hash-verified

1037 /// Returns true if this iterator is at the end, i.e. GetRow() cannot be called.
1038 /// Thread-safe for read-only hash tables.
1039 bool ALWAYS_INLINE AtEnd() const { return bucket_idx_ == BUCKET_NOT_FOUND; }
1040
1041 /// Prefetch the hash table bucket which the iterator is pointing to now.
1042 /// Thread-safe for read-only hash tables.

Callers 15

ResizeBucketsMethod · 0.45
NextProbeRowMethod · 0.45
ProcessProbeBatchMethod · 0.45
AddBatchImplMethod · 0.45
ProcessRowMethod · 0.45
AddBatchStreamingImplMethod · 0.45
GetNextLeftSemiJoinMethod · 0.45

Calls

no outgoing calls

Tested by 7

FullScanMethod · 0.36
ProbeTestMethod · 0.36
GrowTableTestMethod · 0.36
InsertFullTestMethod · 0.36
VeryLowMemTestMethod · 0.36
FullScanMethod · 0.36
TEST_FFunction · 0.36