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

Method End

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

Return end marker. Thread-safe for read-only hash tables.

Source from the content-addressed store, hash-verified

958 /// Return end marker.
959 /// Thread-safe for read-only hash tables.
960 Iterator End() { return Iterator(); }
961
962 /// Dump out the entire hash table to string. If 'skip_empty', empty buckets are
963 /// skipped. If 'show_match', it also prints the matched flag of each node. If

Callers 3

FillUsersInfoMethod · 0.45
RematerializeTuplesMethod · 0.45
SubmitMethod · 0.45

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected