bitable
0.1
Ordered immutable key value storage system.
|
#include <bitablecommon.h>
Data Fields | |
const void * | data |
int32_t | size |
Represents a value used for keys/value data by bitable. Basically a pointer to a data buffer and a size.
const void* BitableValue::data |
A pointer to the data associated with the value.
int32_t BitableValue::size |
The size (in bytes) of the value. Maximum value is 2^31.