Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::HashTable::DuplicateNode Struct Reference

Linked list of entries used for duplicates. More...

Collaboration diagram for impala::HashTable::DuplicateNode:

Public Attributes

bool matched
 
DuplicateNodenext
 
HtData htdata
 

Detailed Description

Linked list of entries used for duplicates.

Definition at line 291 of file hash-table.h.

Member Data Documentation

bool impala::HashTable::DuplicateNode::matched

Used for full outer and right {outer, anti, semi} joins. Indicates whether the row in the DuplicateNode has been matched. From an abstraction point of view, this is an awkward place to store this information. TODO: Fold this flag in the next pointer below.

Definition at line 297 of file hash-table.h.

Referenced by impala::HashTable::InsertDuplicateNode().

DuplicateNode* impala::HashTable::DuplicateNode::next

The documentation for this struct was generated from the following file: