|
bitable
0.1
Ordered immutable key value storage system.
|
#include <bitableread.h>
Data Fields | |
| uint64_t | page |
| int32_t | item |
A cursor - represents a position in the bitable that contains a key value pair. Cursors index into the leaf level directly (page and item within the leaf page).
| int32_t BitableCursor::item |
The individual item in the page the cursor is located at.
| uint64_t BitableCursor::page |
The leaf page the cursor is located in.