Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::FreePool::FreeListNode Struct Reference
Collaboration diagram for impala::FreePool::FreeListNode:

Public Attributes

union {
   FreeListNode *   next
 
   FreeListNode *   list
 
}; 
 Union for clarity when manipulating the node. More...
 

Detailed Description

Definition at line 133 of file free-pool.h.

Member Data Documentation

union { ... }

Union for clarity when manipulating the node.

FreeListNode* impala::FreePool::FreeListNode::list
FreeListNode* impala::FreePool::FreeListNode::next

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