upscaledb
2.2.1
|
Internal upscaledb functions. More...
Go to the source code of this file.
Data Structures | |
struct | min_max_avg_u32_t |
struct | btree_metrics_t |
struct | ups_env_metrics_t |
struct | ups_operation_t |
Macros | |
#define | ups_key_get_intflags(key) (key)->_flags |
#define | ups_key_set_intflags(key, f) (key)->_flags=(f) |
#define | UPS_PRINT_GRAPH 1 |
#define | UPS_METRICS_VERSION 9 |
#define | UPS_OP_INSERT 1 |
#define | UPS_OP_ERASE 2 |
#define | UPS_OP_FIND 3 |
Typedefs | |
typedef struct min_max_avg_u32_t | min_max_avg_u32_t |
typedef struct btree_metrics_t | btree_metrics_t |
typedef struct ups_env_metrics_t | ups_env_metrics_t |
Internal upscaledb functions.
Please be aware that the interfaces in this file are mostly for internal use. Unlike those in upscaledb.h they are not stable and can be changed with every new version.
Definition in file upscaledb_int.h.