BAM
Abstract Machine for Bottom-Up Evaluation with the Push Method
Typedefs | Enumerations | Functions
relsize.h File Reference

Size measures for relation data structures. More...

#include "../base/ver.h"
#include "../base/str.h"
#include "../base/check.h"

Go to the source code of this file.

Typedefs

typedef enum relsize_enum relsize_t
 

Enumerations

enum  relsize_enum {
  RELSIZE_OBJ_SIZE,
  RELSIZE_HASHTAB_SIZE,
  RELSIZE_ENTRIES_USED,
  RELSIZE_BUCKET_SIZE,
  RELSIZE_BUCKET_BYTES,
  RELSIZE_TOTAL_BUCKETS,
  RELSIZE_OVERFLOW_BUCKETS
}
 

Functions

str_t relsize_name (relsize_t relsize)
 

Detailed Description

Size measures for relation data structures.