RDM_RTREE_KEY Struct Reference
The RaimaDB R-tree Key data structure. More...
#include "rdmtypes.h"
Collaboration diagram for RDM_RTREE_KEY:
[legend]
Data Fields |
|
const void * | value |
size_t | bytesIn |
RDM_RTREE_TYPE | type |
RDM_RTREE_FILTER | filter |
Detailed Description
The RaimaDB R-tree Key data structure.
Field Documentation
bytesIn
size_t RDM_RTREE_KEY::bytesIn |
The length of value
filter
RDM_RTREE_FILTER RDM_RTREE_KEY::filter |
The search specific filter value
- Examples
- core35Example_main.c.
type
RDM_RTREE_TYPE RDM_RTREE_KEY::type |
The type of search to perform
value
const void* RDM_RTREE_KEY::value |
The key value
The documentation for this struct was generated from the following file: