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

Method HasDuplicates

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

Indicates if bucket has duplicates instead of data for bucket.

Source from the content-addressed store, hash-verified

755 ALWAYS_INLINE bool IsMatched() { return bd.IsMatched(); }
756 /// Indicates if bucket has duplicates instead of data for bucket.
757 ALWAYS_INLINE bool HasDuplicates() { return bd.HasDuplicates(); }
758
759 /// Set/Unset methods corresponding to above.
760 ALWAYS_INLINE void SetMatched() { bd.SetMatched(); }

Callers 11

DebugStringMethod · 0.45
InsertMethod · 0.45
FirstUnmatchedMethod · 0.45
InsertDuplicateNodeMethod · 0.45
GetRowMethod · 0.45
GetTupleMethod · 0.45
SetMatchedMethod · 0.45
IsMatchedMethod · 0.45
NextMethod · 0.45
NextDuplicateMethod · 0.45
NextUnmatchedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected