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

Method SetNextUnMatched

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

Source from the content-addressed store, hash-verified

671 ALWAYS_INLINE bool IsMatched() { return tdn.IsMatched(); }
672 ALWAYS_INLINE void SetMatched() { tdn.SetMatched(); }
673 ALWAYS_INLINE void SetNextUnMatched(DuplicateNode* node) {
674 tdn.SetNodeUnMatched(node);
675 }
676
677 private:
678 /// Chain to next duplicate node, NULL when end of list.

Callers 1

InsertDuplicateNodeMethod · 0.80

Calls 1

SetNodeUnMatchedMethod · 0.80

Tested by

no test coverage detected