BAM
Abstract Machine for Bottom-Up Evaluation with the Push Method
|
Set of tuples (binding pattern "b..b"): Using Extendible Hashing. More...
#include "../base/ver.h"
#include "../base/str.h"
#include "../base/check.h"
#include "../mem/page.h"
#include "../mem/mpool.h"
#include "../rel/relsize.h"
#include "../rel/rel.h"
Go to the source code of this file.
Classes | |
class | set_e_bucket_c< T > |
class | set_e_c< T > |
Macros | |
#define | SET_E_BUCKET_T set_e_bucket_c<T>* |
#define | SET_E_BUCKET_NULL (static_cast<set_e_bucket_c<T> *>(0)) |
#define | SET_E_BUCKET_L0_NULL (static_cast<set_e_bucket_c<T> *>(0)) |
#define | SET_E_BUCKET_L1_NULL (static_cast<set_e_bucket_c<T> **>(0)) |
#define | SET_E_BUCKET_L2_NULL (static_cast<set_e_bucket_c<T> ***>(0)) |
#define | SET_E_PAGESIZE_L0 PAGE_SIZE(set_e_bucket_c<T> *) |
#define | SET_E_PAGESIZE_L1 PAGE_SIZE(set_e_bucket_c<T> **) |
#define | SET_E_PAGESIZE_L2 PAGE_SIZE(set_e_bucket_c<T> ***) |
Set of tuples (binding pattern "b..b"): Using Extendible Hashing.