bitable  0.1
Ordered immutable key value storage system.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
BitablePaths Struct Reference

#include <bitablecommon.h>

Data Fields

char * leafPath
 
char * largeValuePath
 
char * branchPaths [BITABLE_MAX_BRANCH_LEVELS]
 

Detailed Description

The file paths for different files used by a bitable

Field Documentation

char* BitablePaths::branchPaths[BITABLE_MAX_BRANCH_LEVELS]

The path of branch level files, up to the maximum branch level.

char* BitablePaths::largeValuePath

The path of the large value file

char* BitablePaths::leafPath

The path of the main data file


The documentation for this struct was generated from the following file: