#include <Index.h>
Collaboration diagram for HashIndexNode:
Data Fields | |
void * | ptrToKey_ |
void * | ptrToTuple_ |
HashIndexNode * | next_ |
Definition at line 34 of file Index.h.
Definition at line 39 of file Index.h.
Referenced by HashIndex::insert(), BucketList::insert(), BucketIter::next(), BucketList::remove(), and HashIndex::update().
void* HashIndexNode::ptrToKey_ |
Definition at line 37 of file Index.h.
Referenced by HashIndex::insert(), BucketList::insert(), BucketList::remove(), and HashIndex::update().
Definition at line 38 of file Index.h.
Referenced by HashIndex::insert(), BucketList::insert(), TupleIterator::next(), and HashIndex::update().