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

Method GetDuplicate

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

Get Duplicate Node

Source from the content-addressed store, hash-verified

748 }
749 /// Get Duplicate Node
750 ALWAYS_INLINE DuplicateNode* GetDuplicate() { return bd.GetDuplicate(); }
751 /// Whether this bucket contains a vaild entry, or it is empty.
752 ALWAYS_INLINE bool IsFilled() { return bd.IsFilled(); }
753 /// Indicates whether the row in the bucket has been matched.

Callers 4

DebugStringMethod · 0.45
InsertMethod · 0.45
NextFilledBucketMethod · 0.45
InsertDuplicateNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected