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

Method SetHasDuplicates

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

Source from the content-addressed store, hash-verified

759 /// Set/Unset methods corresponding to above.
760 ALWAYS_INLINE void SetMatched() { bd.SetMatched(); }
761 ALWAYS_INLINE void SetHasDuplicates() { bd.SetHasDuplicates(); }
762 /// Set DuplicateNode pointer as data.
763 /// 'TAGGED' is described in the comments for 'TaggedBucketData'.
764 template <bool TAGGED = true>

Callers 1

InsertDuplicateNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected