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

Method Next

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

Source from the content-addressed store, hash-verified

667 struct DuplicateNode {
668 HtData htdata;
669 ALWAYS_INLINE DuplicateNode* Next() { return tdn.GetPtr(); }
670 ALWAYS_INLINE void SetNext(DuplicateNode* node) { tdn.SetNode(node); }
671 ALWAYS_INLINE bool IsMatched() { return tdn.IsMatched(); }
672 ALWAYS_INLINE void SetMatched() { tdn.SetMatched(); }

Callers

nothing calls this directly

Calls 1

GetPtrMethod · 0.45

Tested by

no test coverage detected