|
taco-db
0.1.0
|
#include "tdb.h"Go to the source code of this file.
Namespaces | |
| taco | |
Macros | |
| #define | IDXTYP_INVALID 0 |
| #define | IDXTYP_VOLATILETREE 1 |
| #define | IDXTYP_BTREE 2 |
| #define | NUM_IDXTYPS 2 |
| #define | IDXTYP(indextype) ((IdxType) CONCAT(IDXTYP_, indextype)) |
Functions | |
| static constexpr bool | taco::IdxTypeIsValid (IdxType idxtyp) |
| absl::string_view | taco::IdxTypeGetName (IdxType idx) |
| bool | taco::IdxTypeIsVolatile (IdxType idx) |
| bool | taco::IdxTypeNeedsEqualOperator (IdxType idx) |
| bool | taco::IdxTypeNeedsLessOperator (IdxType idx) |
| #define IDXTYP | ( | indextype | ) | ((IdxType) CONCAT(IDXTYP_, indextype)) |
| #define IDXTYP_BTREE 2 |
| #define IDXTYP_INVALID 0 |
| #define IDXTYP_VOLATILETREE 1 |
| #define NUM_IDXTYPS 2 |