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

Method IsFilled

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

Whether this bucket contains a vaild entry, or it is empty.

Source from the content-addressed store, hash-verified

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.
754 /// For more details read the comment for TaggedBucketData.
755 ALWAYS_INLINE bool IsMatched() { return bd.IsMatched(); }

Callers 5

DebugStringMethod · 0.45
ProbeMethod · 0.45
NextFilledBucketMethod · 0.45
InsertDuplicateNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected