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

#include <bitableread.h>

Data Fields

uint64_t page
 
int32_t item
 

Detailed Description

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).

Field Documentation

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.


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