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

Method SetNodeUnMatched

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

Set Node and UnsetMatched

Source from the content-addressed store, hash-verified

656 ALWAYS_INLINE void SetNode(DuplicateNode* node) { SetPtr(node); }
657 // Set Node and UnsetMatched
658 ALWAYS_INLINE void SetNodeUnMatched(DuplicateNode* node) {
659 SetData(reinterpret_cast<uintptr_t>(node));
660 DCHECK(!IsMatched());
661 }
662 };
663 /// struct DuplicateNode is referenced by SIZE_OF_DUPLICATENODE of
664 /// planner/PlannerContext.java. If struct DuplicateNode is modified, please modify

Callers 1

SetNextUnMatchedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected