The multithread-supported bucket. More...
#include <Common/MultiThreadHashTable.h>
Public Member Functions | |
void | lock () |
lock this bucket | |
void | unlock () |
unlock this bucket | |
void | duplicatedInsert (TuplePtr tp) |
Insert a tuple, allowing key duplication. More... | |
size_t | probeTuple (TuplePtr tp) |
probe one tuple, just on the bucket | |
The multithread-supported bucket.
void INTELLI::MtBucket::duplicatedInsert | ( | TuplePtr | tp | ) |
Insert a tuple, allowing key duplication.
tp | The tuple |